I wanna make the dummy device for some experiments.

I made a dummy object from cache-object based function.

However, after built a gem5, simulation is not running.

I connected the port like follow. (in the FSConfig.py)

 

System.dummy = Dummy()

System.dummy.mem_side = system.membus.slave

System.dummy.cpu_side = system.membus.master

 

And I also tried like, 

 

System.dummy = Dummy()

System.todummybus = CoherentBus()

System.dummy.mem_side = system.membus.slave

System.dummy.cpu_side = system.todummybus.master

 

These configuration make the segmentation fault.

Please someone help me for solving this problem. Thank you.

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

Reply via email to