Re: [gem5-users] How to artificially delay one of the programs in multi-program workloads?

2017-01-31 Thread Jason Lowe-Power
Hi Reza, I've never tried to do this, and I'm not sure if it's fully supported or not. However, this is what I would try. Note, all of this can be done from the Python config file, I believe. 1. Create the process/workload/cpu threads in the normal way. 2. "switch out" the CPU or somehow disable

[gem5-users] How to artificially delay one of the programs in multi-program workloads?

2017-01-30 Thread Mohammad Reza Jokar
Dear all, I would like to simulate a 4-core system in SE mode to run SPEC-CPU2006 multi-program workloads (run 4-program workloads, one program on each core). Currently, all the 4 programs start at the same time. Is there any way to delay one of them and force it to start 2 seconds after other pro