[gem5-users] Gem5 Hang in FS core mode

2021-01-26 Thread Xijing Han via gem5-users
Hi All, So when I run the gem5 in FS mode and with n = 4. It will get stuck in the middle of printing to the terminal. What I did is I booted up the system using an atomic CPU,n =4. After the bootup is done, I make a checkpoint. Then use the OOO CPU to run the simulation. But right after I put

[gem5-users] Re: Configure multi-bank cache in ruby ​mode with MESI coherence protocol

2021-01-26 Thread zhen bang via gem5-users
Hello Jason: Thank you for your reply, thank you very much. ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re: KVM Doesn't Work

2021-01-26 Thread Tracy Mac via gem5-users
Hi Liyichao! Thanks, I'll check it out. On Tue, Jan 26, 2021 at 7:44 PM Liyichao wrote: > > You have to modify TIMER and GIC. > > > diff --git a/src/dev/arm/GenericTimer.py b/src/dev/arm/GenericTimer.py > index ed81b2471..aee15b738 100644 > --- a/src/dev/arm/GenericTimer.py > +++

[gem5-users] 答复: KVM Doesn't Work

2021-01-26 Thread Liyichao via gem5-users
You have to modify TIMER and GIC. diff --git a/src/dev/arm/GenericTimer.py b/src/dev/arm/GenericTimer.py index ed81b2471..aee15b738 100644 --- a/src/dev/arm/GenericTimer.py +++ b/src/dev/arm/GenericTimer.py @@ -98,6 +98,7 @@ Reference: # value, so this initial value will be discarded

[gem5-users] KVM Doesn't Work

2021-01-26 Thread Tracy Mac via gem5-users
Hi All I run the fs.py script in gem5(20.1.0.0), but there is no information in the m5term console. I don't know what went wrong. In gem5(20.0.0.3 develop),kvm can work very well,I have no idea how to change the new version. INFO: gem5 Simulator System. http://gem5.org gem5 is copyrighted

[gem5-users] Re: Adding new stats field for a class(PageTableWalker) in X86

2021-01-26 Thread Hoa Nguyen via gem5-users
Hi Krishnan, I'm not sure if this would address the problem, but those are some pointers to adding new stats. The main data structure holding Stats object in gem5 is Stats::Group implemented here