Adding scripts, commands, and logging scaffolding"

This commit is contained in:
Carlos Gutierrez
2025-10-04 21:54:21 +00:00
parent 2cc1bb447a
commit f1debadbb3
17 changed files with 292 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# keep logs; ignore the heavyweight gem5 artifacts if they get huge
results/*/m5out
results/*/config.json
results/*/config.ini.bak
results/*/*.checkpoints/
# but DO NOT ignore stats or figures:
!results/*/stats.txt
!results/*.csv
!results/*.png
# python cache
__pycache__/
*.pyc