Add automation to help with List
s of signals as ports of a module
#512
Labels
enhancement
New feature or request
List
s of signals as ports of a module
#512
Motivation
There are scenarios where it's convenient to use a
List<Logic>
, especially as an argument to functions or constructors for modules. Keeping it as aList
requires iterating through all the signals to punch associated ports. It would be nice to have some automation help with this.Desired solution
One option might be to add a way to construct a
LogicArray
from aList<Logic>
, which would make it easier to convert aList
argument to aLogicArray
port.An alternative/addition might be to add something like
addInputList
which automates punching a list of ports, with associated renaming.Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: