[gem5-users] gem5 output directory cmd option problems

2021-04-09 Thread Sam Knapper via gem5-users
Hi all, I am attempting to run a bunch of benchmarks in parallel and want to store each output in a separate directory so it is not overwritten. I have written my own system python script. When i run: build/X86/gem5.opt component_models/caches/cachesFIFO/cache_system.py 1 --outdir=./test where

[gem5-users] Run multiple commands sequentially on single CPU

2021-02-17 Thread Sam Knapper via gem5-users
Hi all, I am attempting to simulate the following workflow: warmup cache --> execute benchmark --> dumpstats I am using classic (non-Ruby) caches with a single (TimingSimple) CPU. My question is, how do I make the system run multiple binaries one after another. As far as I can tell, se.py drops

[gem5-users] Warming up classic caches

2021-02-05 Thread Sam Knapper via gem5-users
Hi all, I am investigating unpredictability in systems and am attempting to measure the effect of different replacement policies on cache timing. I am using the classic (non-Ruby) cache objects. Currently the caches start empty, so I am getting identical timing measurements for each execution. I