rohd
rohd copied to clipboard
`PairInterface` does not accept `LogicArray`s (or anything besides `Port`)
trafficstars
Describe the bug
The PairInterface is supposed to be easier to declare ports via the constructor arguments, but it accepts List<Port> which notably does not allow for LogicArrays.
To Reproduce
No response
Expected behavior
The argument should be List<Logic>
Actual behavior
No response
Additional: Dart SDK info
No response
Additional: pubspec.yaml
No response
Additional: Context
No response