rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Zero width signals get created as 1 bit signals in generated SystemVerilog

Open mkorbel1 opened this issue 3 years ago • 1 comments

Describe the bug

Zero width signals get created as 1 bit signals in generated SystemVerilog

To Reproduce

Make a zero-bit port for a module and generate the SystemVerilog

Expected behavior

No signal added

Actual behavior

1 bit signal added

mkorbel1 avatar Nov 20 '21 00:11 mkorbel1

This is applicable to ports for modules, so need to pay close attention to both module declarations and instantiations

Related bug for swizzling specifically: #122

mkorbel1 avatar May 05 '22 15:05 mkorbel1