feat: add lab-rv32i-freertos-task-wrapper card

This commit is contained in:
user
2026-07-21 19:14:20 +02:00
commit 50c425c88e
65 changed files with 33756 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env sh
set -eu
tb=${1:?usage: run_sim.sh /path/to/tb [build-dir]}
build_dir=${2:-build}
echo "== task01_task_wrapper =="
"$tb" --bin "$build_dir/task01_task_wrapper/prog.bin" \
--cycles 500000 --cpuret