Hello gem5 community,
I am relatively new to gem5 and I may be missing something very obvious here.
I am trying to run SE and FS simulations on both basic ARM and RISCV
configurations and I want to do this using the gem5 standard library.
I have managed to get these all to run without using the
Hello gem5 users,
I was wondering if anyone has recently run an ARM fs simulation using a KVM CPU
type, and if so whether there are any instructions on how to do so.
(I've read that SE KVM is only supported with X86, but FS KVM is supported for
ARM as well?)
I am using an ARM host and just to
mailing list
Cc: AbdelQader AlKilany
Subject: Re: [gem5-users] KVM with ARM host
Hi
On 25/05/2023 18:50, AbdelQader AlKilany via gem5-users wrote:
Hello gem5 users,
I was wondering if anyone has recently run an ARM fs simulation using a KVM CPU
type, and if so whether there are any instructions
Hello gem5 users,
I was having some trouble trying to restore a simulation from a checkpoint when
using a stdlib switchable processor (SimpleSwitchableProcessor).
When I would attempt to run a simulation like this the simulation would freeze
up and not restore the checkpoint at all.
I was won
Mon, Jun 19, 2023 at 11:45 AM AbdelQader AlKilany via gem5-users
mailto:gem5-users@gem5.org>> wrote:
Hello gem5 users,
I was having some trouble trying to restore a simulation from a checkpoint when
using a stdlib switchable processor (SimpleSwitchableProcessor).
When I would attempt to run a
Hello gem5 users,
I was wondering if anyone knew a way to run through a simulation normally
before executing other commands whilst using a gem5 stdlib script.
For context I am trying to exit a simulation after a set number of instructions
in order to manipulate an exit event (so I want to run f
Hello gem5 users,
I was wondering if it is possible to start a FS ARM simulation using KVM,
switch to another CPU type such as Atomic, then restore the CPU type(Atomic),
and maybe even switch again to O3.
I have tried to do this using the standard library but I have encountered some
errors suc
... can you provide an example script and specific commands to
reproduce the error?
Thanks,
Jason
On Tue, Aug 1, 2023 at 11:24 AM AbdelQader AlKilany via gem5-users
mailto:gem5-users@gem5.org>> wrote:
Hello gem5 users,
I was wondering if it is possible to start a FS ARM simulation usi