Adding scripts, commands, and logging scaffolding

This commit is contained in:
Carlos Gutierrez
2025-10-05 02:39:40 +00:00
parent bd21fd4386
commit 834699dc0f
4 changed files with 36 additions and 71 deletions

View File

@@ -6,7 +6,7 @@ SRC="$ROOT/gem5src/gem5"
IOT="$ROOT/iot"
DATA="$ROOT/gem5-data" # persistent (symlink to /mnt/storage/…)
RUN="$ROOT/gem5-run" # workloads
CFG="$ROOT/scripts/hetero_big_little.py" # gem5 config
CFG="$ROOT/scripts/11_hetero_big_little.py" # gem5 config
# --- build target (ARM by default) ---
GEM5_BIN="$ROOT/build/ARM/gem5.opt"