[gem5-users] snoop_filter panic error

2023-10-26 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community,   I have used the latest gem5 version with the following command: ./build/RISCV/gem5.fast ./configs/example/gem5_library/riscvmatched-fs.py and I boot Ubuntu successfully. The problem is that after 10 hours of simulation I get the following error:  

[gem5-users] Re: RISCV Power/Energy Estimation

2023-05-09 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear Choi, I have the same results with you except from Runtime Dynamic. As Andreas said, you may need to check the stats.txt file and the GEM5toMcPAT.py python script. Best regards, Nikos Quoting Andreas Brokalakis via gem5-users : Dear Choi,   there seems to be a problem with

[gem5-users] Re: RISCV Power/Energy Estimation

2023-05-09 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear Soonwon,   I had used McPAT v1.3. Specifically, you can do the following:   1) git clone https://github.com/H2020-COSSIM/cMcPAT.git   2) cd cMcPAT/mcpat 3) make all   4) cd cMcPAT/Scripts (here you can see the GEM5ToMcPAT.py). Usage: GEM5toMcPAT.py [options] (json)> -o  

[gem5-users] RISCV Power/Energy Estimation

2023-05-04 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 users, In the past, I got power/energy estimations of ARM and X86 ISAs through McPAT. However, I would like to get power estimations using RISCV FS. I found the McPAT-Calib in which the authors describe that they use it in combination with the gem5. Has anyone used this or

[gem5-users] RISCVMatchedBoard FS

2023-05-02 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community, I try to simulate RISCV FS using the RISCVMatchedBoard but after 2 hours it does not get output in the terminal. Specifically, I use the following command (with latest gem5 version): ./build/RISCV/gem5.opt configs/example/gem5_library/riscvmatched-fs.py To be noticed

[gem5-users] Kernel Panic ARM Ubuntu

2023-04-04 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community, I have successfully simulated the HPCG benchmark using ARM Ubuntu in gem5 in 2 cores. However, when I try to simulate it using more cores (i.e. 8 cores) it takes more simulated time, and I get the following kernel panic after approximately 20 hours of simulation: [

[gem5-users] Re: How to use different clock frequency in cpu and system

2023-02-03 Thread Νικόλαος Ταμπουρατζής via gem5-users
option, but you just need to edit the system frequency in BaseSimpleSystem [1] Kind Regards Giacomo [1]: https://github.com/gem5/gem5/blob/stable/configs/example/arm/devices.py#L274 From: Νικόλαος Ταμπουρατζής via gem5-users Date: Friday, 23 December 2022 at 13:19 To: gem5-users Cc: Ν

[gem5-users] How to use different clock frequency in cpu and system

2022-12-23 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community, I am using configs/example/arm/starter_fs.py configuration in order to simulate ARM FS. However, I would like to use different clock frequencies in the CPU and different in the system clock. Is there this option in the latest gem5 release? Thank you! Best regards,

[gem5-users] Re: HPCG on RISCV

2022-11-04 Thread Νικόλαος Ταμπουρατζής via gem5-users
all, I also ran into the same problem using another benchmark. I want to note that this problem also appears when using the AtomicCPU. Regards, Hoa Nguyen On Tue, Nov 1, 2022 at 3:02 AM Νικόλαος Ταμπουρατζής via gem5-users < gem5-users@gem5.org> wrote: Dear Boddy, Thank you for the

[gem5-users] Re: HPCG on RISCV

2022-11-01 Thread Νικόλαος Ταμπουρατζής via gem5-users
this bug? Unfortunately not, I've been very busy with the upcoming gem5 release and haven't had time to investigate this further. -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Mon, Oct 31, 2022 at 1:45 AM Νικόλαος Ταμπουρατζής via gem5-users

[gem5-users] Re: HPCG on RISCV

2022-10-31 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear Bobby, Jason, all, Is there any update about the accuracy of RISC-V FS? Best regards, Nikos Quoting Bobby Bruce : Jason and I had a theory that this may be due to the "Rounding Mode" for floating pointing being set incorrectly in FS mode. That's set via a macro here:

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-04-25 Thread Νικόλαος Ταμπουρατζής via gem5-users
t; > web: https://www.bobbybruce.net > > > On Mon, Mar 21, 2022 at 9:50 AM Νικόλαος Ταμπουρατζής via gem5-users < > gem5-users@gem5.org> wrote: > >> Dear Boddy, >> >> Thank you for the image and instructions! However, when I try to >> simulate the

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-03-21 Thread Νικόλαος Ταμπουρατζής via gem5-users
g? -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Mon, Mar 21, 2022 at 9:50 AM Νικόλαος Ταμπουρατζής via gem5-users < gem5-users@gem5.org> wrote: Dear Boddy, Thank you for the image and instructions! However, when I try to simu

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-03-21 Thread Νικόλαος Ταμπουρατζής via gem5-users
image, I can't help much further. >> >>> > >> >>> > We should have a new RISCV disk image available by the end of today >> (it >> >>> > took as a bit longer than expected). It still takes some time to >> boot, >> >>> but >> >&g

[gem5-users] Re: Gem5 FS mode exit after booting

2022-03-17 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear Waliullah, I think that the image has a gem5_init script that executes the m5 exit command. You can use the image from gem5 resources (http://dist.gem5.org/dist/v21-2/images/x86/ubuntu-18-04/x86-ubuntu.img.gz) with vmlinux-5.4.49 kernel

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-03-14 Thread Νικόλαος Ταμπουρατζής via gem5-users
ng this disk image? With what OS are you booting? >>> > >>> > Kind regards, >>> > Bobby >>> > -- >>> > Dr. Bobby R. Bruce >>> > Room 3050, >>> > Kemper Hall, UC Davis >>> > Davis, >

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-03-14 Thread Νικόλαος Ταμπουρατζής via gem5-users
nd I >> build the gem5. Using this command, the gem5 is able to boot after 10 >> minutes (without a large number of systemd services). However, when it >> boots and read the gem5_init.sh, I get the following:"cannot create >> /tmp/script: Read-only file system". And o

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-03-14 Thread Νικόλαος Ταμπουρατζής via gem5-users
es (without a large number of systemd services). However, when it boots and read the gem5_init.sh, I get the following:"cannot create /tmp/script: Read-only file system". And of course, nothing can be written in the filesystem. How can I resolve this? Thank you in advance!!! Best regar

[gem5-users] Re: FS RISCV PCI

2022-03-14 Thread Νικόλαος Ταμπουρατζής via gem5-users
Νικόλαος Ταμπουρατζής via gem5-users < gem5-users@gem5.org> wrote: Dear Gem5 community, I try to add PCI interface in RISCV arch doing the following steps (similar with ARM RealView - I use the gem5-v21): 1) Create a file gem5/src/dev/riscv/pci_host.cc with the following code: #include &quo

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-03-14 Thread Νικόλαος Ταμπουρατζής via gem5-users
one' if there is no disk image ) board.set_kernel_disk_workload( kernel = Resource("riscv-bootloader-vmlinux-5.10"), disk_image = image, ) ``` Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Sat, Feb 12, 2022 at 7:19 AM Νικόλαος Ταμπουρατζής via

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-03-03 Thread Νικόλαος Ταμπουρατζής via gem5-users
workload( kernel = Resource("riscv-bootloader-vmlinux-5.10"), disk_image = image, ) ``` Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Sat, Feb 12, 2022 at 7:19 AM Νικόλαος Ταμπουρατζής via gem5-users < gem5-users@gem

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-02-12 Thread Νικόλαος Ταμπουρατζής via gem5-users
downloads automatically the riscv-ubuntu-20.04-img. How can I set another image? The --disk-image option is not working. Thank you in advance!!! Best regards, Nikos Quoting Νικόλαος Ταμπουρατζής via gem5-users : Dear Hoa, Thank you very much for your information! I try to emulate the ubuntu-ima

[gem5-users] Re: riscv-ubuntu 20.04 FS mode

2022-02-12 Thread Νικόλαος Ταμπουρατζής via gem5-users
ates from Ubuntu servers. We can turn off the motd service, which would improve the booting time by a lot. However, I don't really know how to turn off the network service. I hope that somebody will help with the systemd stuff. Regards, Hoa Nguyen On Fri, Feb 11, 2022 at 4:57 AM Νικόλαος Ταμπο

[gem5-users] riscv-ubuntu 20.04 FS mode

2022-02-11 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear community, I have just downloaded the latest version of gem5 (v21.2.1) and I try to simulate the FS using the riscv-ubuntu-run.py (./build/RISCV/gem5.opt configs/example/gem5_library/riscv-ubuntu-run.py). It downloads automatically both riscv-ubuntu-20.04-img and

[gem5-users] ARM KVM

2021-07-12 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community, I have installed the latest gem5 on an x86 machine. Is it possible to run ARM FS with kvm on X86 machine or the host machine must be ARM-based? I try to execute the following configuration (from this thread

[gem5-users] PCI Express on gem5

2021-07-12 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community, I have successfully connected the two gem5s through Gigabit PCI e1000 card on ARM FS. However, I would like to use a faster card (more than gigabit) based on PCI-E instead of PCI. Is there any work on this? I found this work:

[gem5-users] SSH on ARM Full System

2021-06-28 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community, I have connected successfully two gem5s through e1000 ethernet card. You can see the terminal output in the following commands: 1st GEM5: root@aarch64-gem5:/# ifconfig eth0: flags=4163 mtu 1500 inet 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255

[gem5-users] Re: gem5 RISCV, issue on boot when mounting filesystem

2021-06-25 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear David, I have used the bbl, Linux Kernel, and riscv_disk from the following GitHub: https://github.com/ppeetteerrs/gem5-RISC-V-FS-Linux/ .You can use either the files from prebuild directory or you can create your own according to instructions of this Github. Specifically, I have

[gem5-users] FS RISCV PCI

2021-04-10 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear Gem5 community, I try to add PCI interface in RISCV arch doing the following steps (similar with ARM RealView - I use the gem5-v21): 1) Create a file gem5/src/dev/riscv/pci_host.cc with the following code: #include "dev/riscv/pci_host.hh" #include "params/GenericRiscvPciHost.hh"

[gem5-users] RISC-V Full system Linux PCI

2021-04-05 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear community, I would like to use the IGbE_e1000 card with RISC-V Linux Full System Simulation. As I read in this link (https://gem5.googlesource.com/public/gem5/+/refs/heads/stable/RELEASE-NOTES.md) gem5 v21.0 release includes RISC-V Full system Linux boot support! So, I contact

[gem5-users] Re: IGbE_e1000 card not connected

2021-04-01 Thread Νικόλαος Ταμπουρατζής via gem5-users
/libpython3.6m.so.1.0(_PyEval_EvalFrameDefault+0x4ec3)[0x7f1536294303] --- END LIBC BACKTRACE --- Aborted (core dumped) Best regards, Nikolaos Tampouratzis Παραθέτοντας από Giacomo Travaglini via gem5-users : Hi Nikos, -Original Message- From: Νικόλαος Ταμπουρατζής via gem5-users Sent: 31

[gem5-users] Re: IGbE_e1000 card not connected

2021-04-01 Thread Νικόλαος Ταμπουρατζής via gem5-users
aspects of how PCI devices are managed, including one which could cause failures like you're seeing. commit 9be18aa66ddb8db4da043279819d45bc72b7b086 Author: Gabe Black Date: Fri Oct 2 03:00:04 2020 -0700 On Wed, Mar 31, 2021 at 1:04 PM Νικόλαος Ταμπουρατζής via gem5-users < gem5-users@gem5.

[gem5-users] RISC-V Full system Linux

2021-03-31 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community, As I read in this link https://gem5.googlesource.com/public/gem5/+/refs/heads/stable/RELEASE-NOTES.md gem5 v21.0 release includes RISC-V Full system Linux boot support! May you help me please where can I find the Bootloader (bbl), Linux Kernel, and BusyBox image

[gem5-users] IGbE_e1000 card not connected

2021-03-31 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear gem5 community, I would like to use the IGbE_e1000 card in the latest gem5 version in ARM FS mode. As I can see the card is connected only in VExpress_EMM and VExpress_EMM64. However, I cannot boot correctly the latest gem5 version either in VExpress_EMM or VExpress_EMM64 using the