feat: add lab-rv32i-freertos-event-group card

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