Adding scripts, commands, and logging scaffolding

This commit is contained in:
Carlos Gutierrez
2025-10-05 02:54:38 +00:00
parent 834699dc0f
commit 01365feff2
16 changed files with 23322 additions and 10 deletions

8
scripts/tinyml_kws.sh Executable file
View File

@@ -0,0 +1,8 @@
cat > /home/carlos/projects/gem5/gem5-run/tinyml_kws << 'SH'
#!/bin/bash
# placeholder workload; swap later for your real binary
for i in $(seq 1 2000000); do :; done
echo "tinyml_kws: done"
SH
chmod +x /home/carlos/projects/gem5/gem5-run/tinyml_kws