hi all,
i have configured the se .py file inside configs/example as this:
for i in xrange(np):
if options.caches:
system.cpu[i].addPrivateSplitL1Caches(L1Cache(size = '32kB'),
L1Cache(size = '64kB'))
if options.l2cache:
system.l2 = L2Cache(size='2MB',assoc = 8,block_size = 64,latency =
'10ns',mshrs = 20,tgts_per_mshr = 12,protocol =
CoherenceProtocol(protocol='moesi'))
system.tol2bus = Bus()
system.l2.cpu_side = system.tol2bus.port
system.l2.mem_side = system.membus.port
system.cpu[i].connectMemPorts(system.tol2bus)
and i run the spec2k with this command:
build/ALPHA_SE/m5.debug -d output configs/example/se.py -n 1 -d --caches
--l2cache -c mcf00.peak.ev6 -i inp.in
but in stats file i am getting zeros for the statistics related to coherence
protocol.
please suggest how to do it?
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users