diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2020-10-15 12:22:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 12:22:15 +0200 |
commit | d5dde5df4619f31d3fdd7c3ec3439c6989355894 (patch) | |
tree | 83d380897bc119f7f4295a8f795e23a826e62735 /docs/archapi.md | |
parent | 576baa994f4b9e1746a231469bfd9e65d1d5a2b4 (diff) | |
parent | b18ea204c2cd88a5fad8989f4597cfa3a8152ca1 (diff) | |
download | nextpnr-d5dde5df4619f31d3fdd7c3ec3439c6989355894.tar.gz nextpnr-d5dde5df4619f31d3fdd7c3ec3439c6989355894.tar.bz2 nextpnr-d5dde5df4619f31d3fdd7c3ec3439c6989355894.zip |
Merge pull request #509 from YosysHQ/dave/remove-wire-alias
Remove wire alias API
Diffstat (limited to 'docs/archapi.md')
-rw-r--r-- | docs/archapi.md | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/archapi.md b/docs/archapi.md index 5e7562d3..3de6c132 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -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`.
\ No newline at end of file +to provide help for and validate `--router`. |