Skip to content

v0.0-537-gfe32ee1: Align groups of data/variable/net declarations inside modules.

Compare
Choose a tag to compare
@symbiflow-robot symbiflow-robot released this 18 Aug 20:24
Grouping is determined by consecutive data/net declarations
regardless of spacing between declarations.

Columns are sliced similarly to port declarations, respecting packed/unpacked
dimensions.

This logic could be re-used inside other contexts as well.

Does not handle inside `ifdef blocks or conditional/loop generate blocks yet.

Does not align "= expr" initializers yet.

Fixes #358

PiperOrigin-RevId: 327281779