[Ruby][CHI]how to add shared l2 cache in ruby CHI protocol? #588
-
Beta Was this translation helpful? Give feedback.
Answered by
yichungchen84
Dec 23, 2023
Replies: 2 comments
-
I believe the problem you are having here is you're connecting the With few exceptions gem5 system design is a tree. Each SimObject can contain child SimObjects with each child also having their own child SimObjects. Most importantly, every SimObject has a one parent. In this design you either want to:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
comment out "cpu.l2 = l2_controller" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
qqli579
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
comment out "cpu.l2 = l2_controller"