Hi All, I am trying to simulate multicore cpu in X86 SE mode. I am using the /configs/example/se.py script file. when I run following command, I get an error ./build/X86_MESI_Two_Level/gem5.opt config/example/se.py --caches --num-cpus=2 -c tests/test-progs/hello/bin/x86/linux/hello ... fatal: CPU system.cpu1 has no interrupt controller. Ensure createInterruptController() is called @ cycle 0 [BaseCPU: build/X86_MESI_Two_Level/cpu/base.cc, line 233]
When I run the same code without the --num-cpus=2 option, i.e. running using single core, the simulation works. Is there something that needs to be modified in se.py to run multicore systems. Regards, Aditya
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
