Hi,
In my cmp.py I added createInterruptController() just like the one in
CacheConfig.py
for cpu in cpus:
cpu.addPrivateSplitL1Caches(L1Cache(),
L1Cache())
# connect cpu level-1 caches to shared level-2 cache
system.cpu.createInterruptController()
cpu.connectAllPorts(system.toL2bus, system.membus)
However I get this error:
File "configs/example/cmp.py", line 89, in <module>
system.cpu.createInterruptController()
AttributeError: 'SimObjectVector' object has no attribute
'createInterruptController'
How can I fix that?
thanks
--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users