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
Deprecate Port and replace with Logic.port to make the API more consistent.
Other classes such as LogicArray and LogicNet already have this style of port constructor.
Implements intel#506
Co-authored-by: Andrew Capatina <[email protected]>
Signed-off-by: Curtis Anderson <[email protected]>
Signed-off-by: Andrew Capatina <[email protected]>
Signed-off-by: Luke Phillips <[email protected]>
Motivation
The "port" style constructors include:
One of these is not like the others. Moving to
Logic.port
would be more verbose, but create a more consistent API.Desired solution
Deprecate
Port
in favor ofLogic.port
.Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: