You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes there are assignments between a LogicArray with 1 dimension (packed), and a Logic of the same width. It would be nice to generate that SystemVerilog as a simple assignment instead of first going through a swizzle conversion.
Desired solution
Somehow transform assignments in generated SystemVerilog to avoid unnecessary swizzling prior to assignments between 1-D packed LogicArrays and Logics.
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
Motivation
Sometimes there are assignments between a
LogicArray
with 1 dimension (packed), and aLogic
of the same width. It would be nice to generate that SystemVerilog as a simple assignment instead of first going through a swizzle conversion.Desired solution
Somehow transform assignments in generated SystemVerilog to avoid unnecessary swizzling prior to assignments between 1-D packed
LogicArray
s andLogic
s.Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: