[gem5-users] Re: Build gem5 on non x86 system

2024-03-14 Thread Hoa Nguyen via gem5-users
Hi Nick, I don't think there would be any problem with compiling gem5 on arm (or riscv) architecture on Ubuntu. I've been compiling/using gem5 on an arm system and it works for me. However, please make sure that the system has enough memory to compile gem5. Typically compiling gem5 takes a lot of

[gem5-users] Build gem5 on non x86 system

2024-03-14 Thread Beser, Nicholas D. via gem5-users
I have been using gem5 on a number of linux systems such as WSL under windows 10/11, and Oracle VM and native Ubuntu 22.04 on a X86 system. All of the system were X86 based. I have a jetson orin nano which runs Ubuntu 20.04 and is based on the ARM processor. Has anyone ever compiled gem5 on a

[gem5-users] HeteroGarnet SE simulation - Suppressing functional read errors in Network.hh

2024-03-14 Thread Preet Derasari via gem5-users
Hi, I am currently experimenting with *HeteroGarnet* and the *Mesh_XY* topology with the *weight table-based* and *XY routing algorithms*. I discovered something interesting while running the simple *threads.cpp* program (in tests/test-progs/threads/src/threads.cpp) in *SE mode* with the following