You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With current rocket-chip, after #185 is applied, DmaSpec.elaborate connected to the pbus fails with:
[info] - should elaborate connected to the pbus *** FAILED ***
[info] firrtl.options.OptionsException: Exception thrown when elaborating ChiselGeneratorAnnotation
[info] at chisel3.stage.ChiselGeneratorAnnotation.elaborate(ChiselAnnotations.scala:55)
[info] ...
[info] Cause: java.lang.IllegalArgumentException: requirement failed: pbus_clock_groups.node (A nexus node with parent 'pbus_clock_groups/pbus/lazyDut' at (BusWrapper.scala:31:48)) has 1 required outputs and no possible inputs
[info] at scala.Predef$.require(Predef.scala:281)
[info] at freechips.rocketchip.diplomacy.MixedNexusNode.resolveStar(Nodes.scala:588)
The text was updated successfully, but these errors were encountered:
With current rocket-chip, after #185 is applied,
DmaSpec.elaborate connected to the pbus
fails with:The text was updated successfully, but these errors were encountered: