Re: [gem5-users] DerivO3CPU issue with Ruby memory system (all protocols)

2018-01-16 Thread Nikos Nikoleris
Hi Muhammad, This probably due to the fact that the boot loader in Arm+ruby systems is not part of the memory map and therefore is not considered normal memory. One way to solve this is to disable the check in o3 cpu of whether the fetched instructions are from normal memory. This patch should

[gem5-users] DerivO3CPU issue with Ruby memory system (all protocols)

2017-12-21 Thread SHARJEEL KHILJI
Hi, I am facing some issue while using DerivO3CPU with ARM ISA with ruby memory system. It does not work and gives following error. warn: Address 0 is outside of physical memory, stopping fetch simulate() limit reached I am using MESI Two Level protocol but the same error appears with other