PLIC IO another module connection #3151
Unanswered
buraktoker
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
-
Hi,
I develop a "controller" module for working in Tile. This module needs to be connected to PLIC in Rocketchip. This "controller" is defined in RocketTileModuleImp. Then, I want to connect this "controller" to PLIC in RocketSubsystemModuleImp.
I add same Bundle to "controller" module and PLIC module implementation.
When I made connection, FIRRTL gives me an error.
firrtl.passes.CheckHighFormLike$UndeclaredReferenceException: @[RocketSubsystem.scala 43:25] : "Reference plic is not declared"
How can I make connection. Do I make in right module?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions