chisel icon indicating copy to clipboard operation
chisel copied to clipboard

Use DedupGroup Phase in ChiselStage$

Open seldridge opened this issue 8 months ago • 1 comments

Fix a bug where the dedup group phase was only run for the ChiselStage class and not its companion object. Add this phase.

Release Notes

Fix bug where dedup groups would have no effect if methods of ChiselStage$ (the object), e.g., ChiselStage.emitSystemVerilog, were used.

seldridge avatar Feb 25 '25 17:02 seldridge