Hi Fu,
You can modify that file to import a Ruby-based cache hierarchy (e.g.,
MESI_Two_Level and MI_Example have been tested). Or, better yet, create
your own run script. `riscv_fs.py` is just an *example* of how to use the
standard library components.
Cheers,
Jason
On Fri, Dec 24, 2021 at 7:57
Hello!
I just tried your riscv_fs.py in configs/example/gem5_library(I think this is
where it is in the latest version, am I right?), and it did boot Linux, but I
can't find how to config the script to enable the ruby cache system, the
default config is just a classic cache model. Is there a
Thank you .This is really useful.
On 2/11/21 15:51, Jason Lowe-Power via gem5-users wrote:
Hello,
Yes. MI_example and MESI_Two_Level have been tested with the RISC-V
board in the components library. See
https://gem5.googlesource.com/public/gem5/+/refs/heads/develop/configs/example/components-
Hello,
Yes. MI_example and MESI_Two_Level have been tested with the RISC-V board
in the components library. See
https://gem5.googlesource.com/public/gem5/+/refs/heads/develop/configs/example/components-library/riscv_fs.py
I am working on the CHI protocol. I have a WIP changeset that I could
share