Dear. Gem5 Users.
Hi.
I have an issue building gem5.
I built the protobuf in my local directory(Cuz, I cannot use the root account).
I tried to link the protobuf lib by adding my local path to $LD_LIBRARY_PATH
variable, but it doesn’t work.
Is there any way to link protobuf lib installed in local
Dear. Users of Gem5.
Hi.
I am trying to follow default "Getting Started with GEM5" at the gem5.org
But build fails because of import error.
Especially, it seems
/usr/local/lib/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so
has issues.
It causes some undefined symbol errors(Py
Dear. Gem5 users.
I want to dump write accesses to main memory.
Especially, I need write pattern, address and size.
I tried this by to use insert a CommMonitor between bus and mem_ctrl.
However, it could dump only address and size not data.
Is there a good way to do this?
Now I work with se.py s