From 9fc3494cc12fadfd52f38d3800e335030f1541db Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Sun, 5 Oct 2025 00:29:01 -0400 Subject: [PATCH] updating --- scripts/hetero_big_little.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hetero_big_little.py b/scripts/hetero_big_little.py index 130e2e0..fe44e00 100755 --- a/scripts/hetero_big_little.py +++ b/scripts/hetero_big_little.py @@ -98,7 +98,7 @@ for i in range(1, len(system.cpu)): # ------------------------------- # 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