rohd
rohd copied to clipboard
Deprecate `Port`, move to `Logic.port` for API consistency
Motivation
The "port" style constructors include:
Logic --> Port
LogicArray --> LogicArray.port
LogicNet --> LogicNet.port
LogicArray.net --> LogicArray.netPort
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 of Logic.port
.
Alternatives considered
No response
Additional details
No response