Hi,
I am trying to read the values in source registers during the rename stage of
the O3 processor for an instruction, e.g., add R2, R1, R0 ( get/print values
contained in those registers).
In GDB, I put a breakpoint at the end of the rename stage, and my goal is to
read the values contained in
Hello everyone,
I am trying to implement a model with Ruby using the MOESI CMP Directory
protocol. I was wondering if there is a way to configure the size of the write
buffer queue for the Ruby Caches similar to what can be done with the classic
caches in Gem5?
I am fairly new to Gem5, so I ap
Hi Qishen,
Can you first assert that gem5 compiles on your environment before adding your
own code?
Then, I would recommend double-checking your SConscript file against
src/learning_gem5/part2/SConscript.
BTW: at line 248 of simple_memobj.cc: you forgot const ;)
Best,
Gabriel