Re: [gem5-users] InOrder ARM processor

2015-11-08 Thread Virendra Kumar Pathak
Hi Ali Saidi, I have a similar question w.r.t gem5 O3 cpu model. How close is existing O3 model with respect to cortex a57 (64 bit) say ARM juno board? A high level comment would be appreciable. -- with regards, Virendra Kumar Pathak ___ gem5-users ma

Re: [gem5-users] InOrder ARM processor

2015-11-07 Thread Ali Saidi
Minor simulates an in-order processor accurately. Ali > On Nov 6, 2015, at 3:37 AM, Khaled Attia wrote: > > Hello again Fernando, > So, does minorCPU accurately simulate an InOrder ARM processor? I’ve read > your 2014 paper in SAMOS about simulation of inorder cores using out-of-order > mode

Re: [gem5-users] InOrder ARM processor

2015-11-06 Thread Khaled Attia
Hello again Fernando, So, does minorCPU accurately simulate an InOrder ARM processor? I’ve read your 2014 paper in SAMOS about simulation of inorder cores using out-of-order model. So that was because it was not supported then? Regards -- *Khaled M. Attia* *T.A. @ Computers & Systems Engineerin

Re: [gem5-users] InOrder ARM processor

2015-11-05 Thread Fernando Endo
Hello, You can use the MinorCPU model with for example: build/ARM/gem5.opt configs/example/se.py --cpu-type=minor -n 1 --caches --l2cache ... Regards, -- Fernando A. Endo, Post-doc INRIA Rennes-Bretagne Atlantique France 2015-11-05 12:48 GMT+01:00 Khaled Attia : > Hello, > I was wondering i

[gem5-users] InOrder ARM processor

2015-11-05 Thread Khaled Attia
Hello, I was wondering if the InOrder model is currently supported for ARM architecture? If it is supported, how can I use it in my simulation script. For example, when I want to use the O3 model for ARM I use "arm_detailed" model. What should I use for InOrder ARM model (like Cortex-A8 for example