[gem5-users] Trace CPU

2017-10-26 Thread crown
Hi: Recently, I have tried to use gem5 with the --cpu-type=TraceCPU. However,it can not simulate enough isntructions. Here are the messages: ./build/ARM/gem5.opt--outdir=./TraceCPU configs/example/fs.py --kernel=vmlinux-gem5-android

[gem5-users] Gem5 queries

2017-10-26 Thread Fahad Butt
Hi all, I am searching for cycle accurate free simulators for my thesis work and have few questions regarding GEM5: 1- is It supporting Cortex-M4 architecture processor by ARM? 2- does it have FP and DSP instructions support? 3- can it be cycle accurate if i will simulate my code for cortex M4

[gem5-users] ☀hey! amazing news

2017-10-26 Thread Kelley Novak
Hey, I've read that reports just a couple of hours back, this is amazing! Read it here http://www.reklight.ru/eyebrow.php?UE9nZW01LXVzZXJzQGdlbTUub3Jn Take care, Kelley Novak ___ gem5-users mailing list gem5-users@gem5.org

Re: [gem5-users] [gem5-dev] Gem5 queries

2017-10-26 Thread Andreas Sandberg
Hi Fahad, There is currently no support for the Arm M profile in gem5. Supporting the M profile (Cortex M4 or other microcontrollers) would require quite a bit of work since they have a system architecture that differs from A class. The biggest difference is in interrupt handling. M-class does