circt icon indicating copy to clipboard operation
circt copied to clipboard

[PrettifyVerilog] Broke up assignments of struct/array creates

Open nandor opened this issue 3 years ago • 1 comments

Assignments of composites are broken up into assignments to individual fields and indices.

nandor avatar Aug 05 '22 14:08 nandor

I think this is required to fix the cases you have shown me with the canonicalizers present. Good point about simulation performance. We can hold off this patch until a later point and discuss it in the meantime.

nandor avatar Aug 05 '22 15:08 nandor