Skip to content

Commit

Permalink
Ensure Groups are propagated to parent builder under D/I
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiancolin committed Dec 18, 2024
1 parent ac72698 commit 5be7f96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ object Definition extends SourceInfoDoc {
Builder.components ++= ir.components
Builder.annotations ++= ir.annotations: @nowarn // this will go away when firrtl is merged
Builder.layers ++= dynamicContext.layers
Builder.options ++= dynamicContext.options
module._circuit = Builder.currentModule
module.toDefinition
}
Expand Down

0 comments on commit 5be7f96

Please sign in to comment.