feat: add lab-rv32i-freertos-heap-models card

This commit is contained in:
user
2026-07-21 19:13:55 +02:00
commit 70fea255f9
64 changed files with 33932 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env sh
set -eu
tb=${1:?usage: run_sim.sh /path/to/tb [build-dir]}
build_dir=${2:-build}
echo "== task01_heap_models =="
"$tb" --bin "$build_dir/task01_heap_models/prog.bin" \
--cycles 400000 --cpuret