-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Two problems:
- Things that are defined on Ports (like
.connected(...)) can't take nets - Those are also defined in terms of the Port[LinkType] as a type check, which is kind of ugly
Perhaps define a Connectable[LinkType] that solves both issues, which Net implements. Unclear whether it's a good idea to make it type parameterized.
Metadata
Metadata
Assignees
Labels
No labels