circt icon indicating copy to clipboard operation
circt copied to clipboard

[FIRRTL] Add debug logging to dedup

Open jackkoenig opened this issue 1 year ago • 2 comments

Dedup will now print what modules deduplicate when running with --debug-only=firrtl-dedup:

FIRRTL Deduplication:
- dedup "B_" into "B"
- dedup "A_" into "A"

jackkoenig avatar Apr 12 '24 23:04 jackkoenig

Does this need a test? Do we usually test debug logging?

jackkoenig avatar Apr 15 '24 22:04 jackkoenig

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.

uenoku avatar Apr 16 '24 11:04 uenoku