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