Adding scripts, commands, and logging scaffolding
This commit is contained in:
8
scripts/build_gem5.sh
Executable file
8
scripts/build_gem5.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
ROOT=/home/carlos/projects/gem5
|
||||
RUN=$ROOT/gem5-run
|
||||
mkdir -p "$RUN"
|
||||
arm-linux-gnueabihf-gcc -O2 -static -o "$RUN/tinyml_kws" iot/scripts/tinyml_kws.c
|
||||
arm-linux-gnueabihf-gcc -O2 -static -o "$RUN/attention_kernel" iot/scripts/attention_kernel.c
|
||||
|
||||
Reference in New Issue
Block a user