Regarding: Config with private scratchpad, independent data load and shared scratchpad bank as mail box. #1571
Unanswered
ashuthosh-mr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
Currently I am using a rocket configuration with backing scratchpad memory and two big cores. I am simulating using verilator.
Current config:
class MbusScratchpadRocketConfig extends Config(
new testchipip.WithBackingScratchpad ++ // add mbus backing scratchpad
new freechips.rocketchip.subsystem.WithNoMemPort ++ // remove offchip mem port
new freechips.rocketchip.subsystem.WithNBigCores(2) ++
new chipyard.config.AbstractConfig)
Thank you
Beta Was this translation helpful? Give feedback.
All reactions