[gem5-users] Reading src and dest registers using GDB

2021-06-20 Thread jamesbondtia--- via gem5-users
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

[gem5-users] Write Buffer Configuration for Ruby

2021-06-20 Thread Wang, Irene via gem5-users
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

[gem5-users] Re: Compiling failure for original code in gem5 book

2021-06-20 Thread Gabriel Busnot via gem5-users
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