Hi
I have some questions so I packed them in one email.

1- I see in some posts that there are --l1latency=5ns and
--l2latency=15ns, however in the fs.py usage they are not listed. When
I want to use them it says:
se.py: error: no such option: --l2latency
where is my fault?

2- I know how to define a benchmark in benchmarks.py file and use it
in FS but the same procedure doesn't work with "se.py --bench
benhname".
I want to run

... se.py -c /home/mahmood/test-run -o "30 40"

so I created a file named bzip2 in /home/mahmood/gem5/configs/spec2k6/
and fill it with
/home/mahmood/test-run 30 40

The benchmarks.py contain

Benchmarks = {
    'bzip2':        [SysConfig('bzip2', '512MB', 'linux-x86.img')],

However it doesn't go to /home/mahmood/gem5/configs/spec2k6/
How can I fix that?

3- what is the difference between these two stats:
system.cpu.num_insts           0         # Number of instructions executed
system.switch_cpus_1.iew.iewExecutedInsts      1630296     # Number of
executed instructions

4- what does iew stand for?

5- What is the difference between system.switch_cpus and system.cpu?

Regards,
-- 
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to