Adding scripts, commands, and logging scaffolding
This commit is contained in:
8
scripts/tinyml_kws.sh
Executable file
8
scripts/tinyml_kws.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user