feat: add lab-rv32i-freertos-scheduler-states card

This commit is contained in:
user
2026-07-21 19:14:20 +02:00
commit 71ddd87301
66 changed files with 34187 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_scheduler_states =="
"$tb" --bin "$build_dir/task01_scheduler_states/prog.bin" \
--cycles 700000 --cpuret