Re: [gem5-users] Gem5 crash when i use --cpu-type=DerivO3CPU

2020-03-26 Thread Ciro Santilli
BTW, ARM checkpointing seemed completely broken on latest develop when I tried it, opened a bug at: https://gem5.atlassian.net/browse/GEM5-426 On Thu, Mar 26, 2020 at 8:39 AM Ciro Santilli wrote: > > What's the error message? > > On Thu, Mar 26, 2020 at 6:31 AM ABD ALRHMAN ABO ALKHEEL > wrote:

[gem5-users] New blog post: X86 Linux Boot Status on gem5-19

2020-03-26 Thread Jason Lowe-Power
Hi all, Ayaz Akram is our first blog contributor! He has written up some of the work we've been doing at UC Davis trying to understand gem5's current status. Ayaz ran 320 different gem5 configurations and, sadly, found that most of them don't even boot Linux :(. However, we've already fixed some

[gem5-users] Gem5 crash when i use --cpu-type=DerivO3CPU

2020-03-26 Thread ABD ALRHMAN ABO ALKHEEL
Hi All, I run the following command to take checkpoint and it works well. But when i use --cpu-type=DerivO3CPU instead of AtomicSimpleCPU the system crash. I want DerivO3CPU as cpu type. Any help would be appreciated. build/ARM/gem5.opt configs/example/fs.py --os-type=android-ics

Re: [gem5-users] Gem5 crash when i use --cpu-type=DerivO3CPU

2020-03-26 Thread ABD ALRHMAN ABO ALKHEEL
Hi Ciro, I have compiled the following repository using make command to work on x86. How i can compile it in order to work on ARM? Best https://github.com/maandree/sha3sum [https://avatars2.githubusercontent.com/u/1611742?s=400=4] GitHub - maandree/sha3sum:

Re: [gem5-users] Correct Way to Fast-Forward

2020-03-26 Thread Ciro Santilli
Hi Muhammet, Since this a common question, I've decided to start a Q at: https://stackoverflow.com/questions/60876259/which-system-characteristics-such-as-number-of-cores-of-cache-configurations-can to centralize knowledge about the issue. If any more experienced user can add or correct anything

Re: [gem5-users] Gem5 crash when i use --cpu-type=DerivO3CPU

2020-03-26 Thread Ciro Santilli
What's the error message? On Thu, Mar 26, 2020 at 6:31 AM ABD ALRHMAN ABO ALKHEEL wrote: > > Hi All, > > I run the following command to take checkpoint and it works well. But when i > use --cpu-type=DerivO3CPU instead of AtomicSimpleCPU the system crash. I > want DerivO3CPU as cpu type.

[gem5-users] What is purpose of using two RubyRequestType to make a ruby request?

2020-03-26 Thread 이승준
In RubySequencer::makeRequest (mem/ruby/system/Sequencer.hh::line 523), they are using two RubyRequestType, primary_type and secondary_type. And I can't really understand why there need two types to make an event in ruby memory system not one. How they are converted into two events and what is