ARM provides similar function with the following to calculate the ARMIOAddress?? For example for X86 there is the following function in the src/dev/x86/SouthBridge.py:
def x86IOAddress(port):
IO_address_space_base = 0x8000000000000000
return IO_address_space_base + port;
Thank you in advance, Nikos!
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
