Unable to find destination for [0x2ac8ba92c0:0x2ac8ba9300] on system.l2buses0 #405
-
hi,all: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, The Increasing the memory size could potentially solve this problem, but it might be hiding an underlying issue. It is possible that there is a bug in the simulator or in the binary that is causing these addresses to be computed incorrectly. You might want to try the standard riscv board in the standard library. gem5/src/python/gem5/resources/resource.py Line 264 in 48a40cf Here is a barebones example of setting up the RISCV board.
|
Beta Was this translation helpful? Give feedback.
Hi,
The
fs_linux.py
is an example script and is not well-tested and managed.Increasing the memory size could potentially solve this problem, but it might be hiding an underlying issue. It is possible that there is a bug in the simulator or in the binary that is causing these addresses to be computed incorrectly.
You might want to try the standard riscv board in the standard library.
To use local resources, you would also need to create the (
gem5/src/python/gem5/resources/resource.py
Line 264 in 48a40cf