rohd icon indicating copy to clipboard operation
rohd copied to clipboard

`PairInterface` does not accept `LogicArray`s (or anything besides `Port`)

Open mkorbel1 opened this issue 1 year ago • 0 comments
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

mkorbel1 avatar Mar 25 '24 22:03 mkorbel1