rohd icon indicating copy to clipboard operation
rohd copied to clipboard

`LogicArray` ports on `Interface`s are not uniquified by `uniquify` in `connectIO`

Open mkorbel1 opened this issue 1 year ago • 0 comments

Describe the bug

The uniquify function in Interface.connectIO is supposed to apply to all ports, but there is missing logic to handle uniquification for LogicArrays.

To Reproduce

No response

Expected behavior

All ports, either array or non-array, should be uniquified properly

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