mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-25 20:01:22 +00:00
Remove wire alias API
It has not actually been implemented in any router for over 2.5 years and causes nothing more than confusion. It can always be added back if it forms part of a future solution; possibly as part of a more general database structure rethink. Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
@@ -335,15 +335,6 @@ Get all pips downhill of a wire, i.e. pips that use this wire as source wire.
|
||||
|
||||
Get all pips uphill of a wire, i.e. pips that use this wire as destination wire.
|
||||
|
||||
### const\_range\<PipId\> getWireAliases(WireId wire) const
|
||||
|
||||
Get all alias pips downhill of a wire.
|
||||
|
||||
There is no api for getting the alias pips uphill of a wire.
|
||||
|
||||
Alias pips come in antiparallel pairs if a signal can be injected on either
|
||||
side of the alias pip.
|
||||
|
||||
Group Methods
|
||||
-------------
|
||||
|
||||
@@ -517,4 +508,4 @@ Name of the default router algorithm for the architecture, if
|
||||
### static const std::vector\<std::string\> availableRouters
|
||||
|
||||
Name of available router algorithms for the architecture, used
|
||||
to provide help for and validate `--router`.
|
||||
to provide help for and validate `--router`.
|
||||
|
||||
Reference in New Issue
Block a user