Hi,

I'm a new user and I'm trying to set up a config file with a CPU and a cache. I'm running into troubles having the cache connected to the CPU. Here is the piece of code I added to the sample se.py configuration script.
Note that I'm using the M5 version 2.0.beta1.

if options.timing:
   ic = BaseCache(size='32kB',assoc=1,latency=1,block_size=32,mshrc=4,tgts_per_mshr=8)
   dc = BaseCache(size='32kB',assoc=4,latency=1,block_size=32,mshrs=4,tgts_per_mshr=8)
   cpu.addPrivateSplitL1Caches(ic,dc)

This is what I have as output:
m5.debug: build/ALPHA_SE/mem/request.hh:229: int Request::getThreadNum():  Assertion 'validCpuAndThreadNums' failed
Program aborted at cycle 733595
Aborted


A good example on how to hook up a cache to the system will be very helpful.

Thanks.
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to