This commit is contained in:
Carlos Gutierrez
2025-10-05 00:29:01 -04:00
parent c3b6443c80
commit 9fc3494cc1

View File

@@ -98,7 +98,7 @@ for i in range(1, len(system.cpu)):
# ------------------------------- # -------------------------------
# Stats configuration # Stats configuration
# ------------------------------- # -------------------------------
m5.stats.addStatVisitor(m5.stats.TextStatsVisitor(args.outdir + "/stats.txt")) # Note: Stats will be automatically written to stats.txt in the output directory
# ------------------------------- # -------------------------------
# Instantiate and simulate # Instantiate and simulate