Hi,
Now I am running spec2000 in m5 full system and I want to check if my
execution outputs are correct.
The command to run the simulation I use is like:
cmd = m5 + ' -d ' + out_dir +\
' --stats-file=' + sta_file +\
' ' + current_dir + sim_dir + 'configs/' + cf + '/fs.py' +\
' -b ' + ben +\
' -t ' +\
' > ' + std_file + ' 2> ' + err_file
In std_file, I got the file to dump simulator output to.
But I don't get the execution output for these benchmarks. For example:
the gcc output should be:
rank: 2, 1, 1, 29
bank: 4, 3, 2, 27
row: 16384, 16383, 14, 13
col: 1024, 1023, 10, 3
byte: 8, 7, 3, 0
address width: 30 (1024MB)
Does anyone know how to get the execution output for each benchmark?
Thanks,
Tracy
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users