circt
circt copied to clipboard
[FIRRTL] Add debug logging to dedup
Dedup will now print what modules deduplicate when running with --debug-only=firrtl-dedup:
FIRRTL Deduplication:
- dedup "B_" into "B"
- dedup "A_" into "A"
Does this need a test? Do we usually test debug logging?
Does this need a test? Do we usually test debug logging?
We don't usually add a test for logging so I think it's ok.