[gem5-users] GEM5 within SystemC build issue

2023-07-02 Thread G via gem5-users
Hello, Anyone went well with GEM5 and SystemC integration? I triied to build libgem5_debug.so so I can integrate GEM5 in a standalone systemc environment with below commandline: python3 `which scons` --with-cxx-config --without-python --without-tcmalloc USE_SYSTEMC=1

[gem5-users] Re: [EXT] Re: Running benchmarks and gem5art

2023-07-02 Thread Beser, Nicholas D. via gem5-users
I have been adding benchmark examples to my lecture and I ran into an interesting problem. The python code was based on the simple.py from the learning_gem5 directory. I have been using the gem-x86 code created by dockerscript as part of the bootcamp 2022 tutorial. It produces the following

[gem5-users] Re: Shared variables between multi-core RISCV CPUs

2023-07-02 Thread Eliot Moss via gem5-users
On 7/1/2023 11:38 PM, Abdlerhman Abotaleb via gem5-users wrote: How can I share a variable between multicores in GEM5. (I'm simulating RISCV- Cores) I can see that each core allocates different VPN to PFN translation. So even if I explicitly assign a memory address to a variable (i.e. char*arr