Hi, colleges,
I'm trying to use remote gdb debug for RISCV/gem5.debug in FS mode. The
binaries file I used to try this interface is the Berkely boot loader and
it has been able to boot in FS mode.
* I enabled the "wait_for_remote_gdb" Params in BaseCPU.py and this Params
worked.
But GDB part (r
Hello,
the lsq_unit, as long as other basic parts in the pipeline (i.e., fetch, decode
etc) are generally defined as template classes as you said. The equivalent *.c
files instantiate the object by calling with a specific argument, in this case
with the "O3CPUImpl" argument. These .c files are
Hi all,
I have some questions about membus of the system
1.where is definition of system.membus?I have found System.py in
gem5/src/system.py.But I haven't found definition of membus there.Besides,what
file contains information about how to use membus?
2.For SystemXBar() which instantiates system.
I reproduced the problem, and for my own sanity will keep track of it
unofficially at:
https://github.com/cirosantilli/linux-kernel-module-cheat/issues/77
However, the bisection led to a seemingly benign commit, and when I
tried on a different host machine I was not able to reproduce anymore,
whic