Hi all,

My configuration has 2 CPUs, one of which has a local memory.


          cpu0                  cpu1

              |                        |

              |                       X --- Local Memory

              |                        |

          __________________________

         |                DRAM                |


In SE mode, I use m5threads to create thread1 which runs on cpu1 while the main thread runs on cpu0.

I want to write to the local memory from thread1. I get the error :

fatal: Unable to find destination for [0x20000000 : 0x20000003] on system.membus0


How to tell the simulation to look for that address on the local memory bus?


The goal is to access the local memory from cpu1. It works if I assign cpu1 its own application. How to achieve the same with pthreads?

Kind Regards,

Rujuta Kulkarni

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to