Re: [gem5-users] derivo3cpu issue

2019-11-22 Thread Abhishek Singh
y.out > --benchmark_stderr=/home/abdkhail/aa/gem5/o1/povray.err > --cpu-type=DerivO3CPU --caches > -- > *From:* gem5-users on behalf of Abhishek > Singh > *Sent:* Friday, November 22, 2019 11:11:38 PM > *To:* gem5 users mailing list > *Cc:* gem5-us

Re: [gem5-users] derivo3cpu issue

2019-11-22 Thread ABD ALRHMAN ABO ALKHEEL
/abdkhail/aa/gem5/o1/povray.err --cpu-type=DerivO3CPU --caches From: gem5-users on behalf of Abhishek Singh Sent: Friday, November 22, 2019 11:11:38 PM To: gem5 users mailing list Cc: gem5-users Subject: Re: [gem5-users] derivo3cpu issue Hey, What is the error and

Re: [gem5-users] derivo3cpu issue

2019-11-22 Thread Abhishek Singh
Hey, What is the error and what is the command line? Can you run gdb and paste the back trace? Did you made any changes to baseline gem5? On Fri, Nov 22, 2019 at 5:54 PM ABD ALRHMAN ABO ALKHEEL < abdkeel...@hotmail.com> wrote: > Hello everyone, I am running the benchmark on gem5 and I got error w

[gem5-users] derivo3cpu issue

2019-11-22 Thread ABD ALRHMAN ABO ALKHEEL
Hello everyone, I am running the benchmark on gem5 and I got error when I use derivo3cpu . I have to use it so how I can fix the issue? ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

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 f

[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 prot