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
The inliner is inlining all instances of a module with a non-local InlineAnnotation, irrespective of the current path. I opened a similar issue for the Scala FIRRTL compiler here: chipsalliance/firrtl#2498
I see that Chisel addsNoDedupAnnotation when using InlineInstance, so it might make sense to just close this issue. I'm curious if I can safely fix this in the CIRCT compiler or if it's possible someone is relying on this behaviour and its "working as intended"
The inliner is inlining all instances of a module with a non-local
InlineAnnotation
, irrespective of the current path. I opened a similar issue for the Scala FIRRTL compiler here: chipsalliance/firrtl#2498circt-opt --pass-pipeline='firrtl.circuit(firrtl-inliner)' inline.mlir
produces:The text was updated successfully, but these errors were encountered: