rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Deprecate `Port`, move to `Logic.port` for API consistency

Open mkorbel1 opened this issue 5 months ago • 0 comments

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

mkorbel1 avatar Sep 11 '24 21:09 mkorbel1