Hi,
I am building a system with two memories  in SE mode.
I would like to know how to map those two memories in order to make them 
accessible by the application ?
Currently gem5 is seamlessly able to access only one of the memory since the 
mapping has been done.
How can we add the mapping of the second memory to the memory map of the system 
?
Eg. int * addr1 = (int*)0x200000  to access memory one
       int * addr2 = (int*)0x500000 to access memory two

Thanks,
Perrin NT.

_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to