aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-02-03 11:54:38 +0000
committerDavid Shah <dave@ds0.me>2020-02-03 11:54:38 +0000
commit7123209324c93297efab6c2b2fc92286196be3fb (patch)
tree537ed003aa78a2d7d0548a6fa4d8f9fe96feb0ac /docs
parent25f57a1e387dd3155cf1dacb14657f000ad02fc8 (diff)
downloadnextpnr-7123209324c93297efab6c2b2fc92286196be3fb.tar.gz
nextpnr-7123209324c93297efab6c2b2fc92286196be3fb.tar.bz2
nextpnr-7123209324c93297efab6c2b2fc92286196be3fb.zip
Allow selection of router algorithm
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'docs')
-rw-r--r--docs/archapi.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/archapi.md b/docs/archapi.md
index c4020fa8..5e7562d3 100644
--- a/docs/archapi.md
+++ b/docs/archapi.md
@@ -507,4 +507,14 @@ Name of the default placement algorithm for the architecture, if
### static const std::vector\<std::string\> availablePlacers
Name of available placer algorithms for the architecture, used
-to provide help for and validate `--placer`. \ No newline at end of file
+to provide help for and validate `--placer`.
+
+### static const std::string defaultRouter
+
+Name of the default router algorithm for the architecture, if
+`--router` isn't specified on the command line.
+
+### 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