Re: [gem5-users] ARMv8 64 FS Linux Boot issue with 2 or more cores in HPI Model

2019-07-17 Thread Ciro Santilli
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

[gem5-users] problem about system membus

2019-07-17 Thread 汪翔
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.

Re: [gem5-users] questions about template policies in O3CPU

2019-07-17 Thread Kleovoulos Kalaitzidis
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

[gem5-users] Remote gdb debug interface for RISCV/gem5.debug

2019-07-17 Thread John Liu
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