[gem5-users] FW: System() and RubySystem()

2021-06-16 Thread Javed Osmany via gem5-users
Hello Wondering if any help to clear up the issues listed in my previous email? Tks JO From: Javed Osmany Sent: 14 June 2021 14:18 To: gem5 users mailing list Cc: Javed Osmany Subject: System() and RubySystem() Hello Trying to understand the following: So in example config scripts I see the

[gem5-users] Re: System() and RubySystem()

2021-06-16 Thread Giacomo Travaglini via gem5-users
Hi Javed, You are correct in your assumptions. I believe the confusion arises from the overuse of the "System" keyword. As a summary, The System class (defined in src/sim/system.hh) is the child of the Root node and encompasses most of the simulated models (cpu, memory subsystem, devices, etc).

[gem5-users] Re: System() and RubySystem()

2021-06-16 Thread Javed Osmany via gem5-users
Many thanks for the clarification Giacomo. Best regards JO -Original Message- From: Giacomo Travaglini [mailto:giacomo.travagl...@arm.com] Sent: 16 June 2021 11:36 To: gem5 users mailing list Cc: Javed Osmany Subject: RE: System() and RubySystem() Hi Javed, You are correct in your as

[gem5-users] Re: System() and RubySystem()

2021-06-16 Thread Gabriel Busnot via gem5-users
Hi Javed, Please, see my comments inline. Best, Gabriel Javed Osmany wrote: > Hello > > Trying to understand the following: > > So in example config scripts I see the following: > > system = System() // Is this then instantiating the default overall > system ?? This is pretty much it

[gem5-users] Fwd: Making an address range uncacheable RISCV FS.

2021-06-16 Thread Deepak Mohan via gem5-users
-- Forwarded message - From: Deepak Mohan Date: Wed, Jun 16, 2021 at 5:16 PM Subject: Re: [gem5-users] Making an address range uncacheable RISCV FS. To: Ayaz Akram Hi Ayaz, Thank you, it looks great, I was working with a previous version of gem5. I would like to know one more th

[gem5-users] Call m5ops writefile when simulation ends

2021-06-16 Thread Pedro Becker via gem5-users
Hello gem5 community, I'm running an application with FS (fs.py), for which I have generated some checkpoints. Now I can restore the checkpoints and run for a given number of ticks. All good. My application outputs data to a file as the execution goes on. This file is written in the image, ins

[gem5-users] Error with gem5 book's Full System Configuration File

2021-06-16 Thread Rusty Nail
Hello, I am following the configuration script exactly as listed below: http://learning.gem5.org/book/part5/fs_config.html However, I get the following error when I try to run this: ModuleNotFoundError: No module named 'x86' Which if I comment out I get: NameError: name 'LinuxX86System' is not

[gem5-users] Re: Error with gem5 book's Full System Configuration File

2021-06-16 Thread Ahmed, Md Rubel via gem5-users
Could you paste error full commad and error log. Thanks Sent via the Samsung Galaxy A11, an AT&T 4G LTE smartphone Get Outlook for Android From: gem5-users on behalf of Rusty Nail Sent: Wednesday, June 16, 2021 4:19:58 PM To: m5-us...@m5

[gem5-users] Re: Error with gem5 book's Full System Configuration File

2021-06-16 Thread Rusty Nail via gem5-users
Traceback (most recent call last): File "", line 1, in File "build/X86/python/m5/main.py", line 455, in main exec(filecode, scope) File "run.py", line 10, in from system import MySystem File "/home/gem5/system.py", line 5, in import x86 ModuleNotFoundError: No module

[gem5-users] Run full system

2021-06-16 Thread 等价无穷小 via gem5-users
Hi all, First, I compile the ARM_MOESI_hammer with the command line scons build/ARM_MOESI_hammer/gem5.opt -j 7 Then I configure the full system according to the gem5-X Full System Manual. The gem5-X is an extended version of gem5. In the configuring phase , it is little difference with gem5.  I