aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-09-19 16:02:10 +0100
committerDavid Shah <dave@ds0.me>2019-09-19 16:02:10 +0100
commit8351ae275ec2677d8122a9bbef9e7349d37f808b (patch)
tree07c77f7675537d5522b9476bb4bb15f1cc2c7805 /README.md
parentf8719a5717e19511d57fa880ed7b623719b8af49 (diff)
parent7cda79f9b70c23b90a21f4a96af0c42bb15b3a66 (diff)
downloadnextpnr-8351ae275ec2677d8122a9bbef9e7349d37f808b.tar.gz
nextpnr-8351ae275ec2677d8122a9bbef9e7349d37f808b.tar.bz2
nextpnr-8351ae275ec2677d8122a9bbef9e7349d37f808b.zip
Merge branch 'precompiled-bba' of https://github.com/xobs/nextpnr into xobs-precompiled-bba
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10e3bdef..efbc6bb0 100644
--- a/README.md
+++ b/README.md
@@ -155,6 +155,10 @@ The HeAP placer's solver can optionally use OpenMP for a speedup on very large d
You can change the location where nextpnr will be installed (this will usually default to `/usr/local`) by using
`-DCMAKE_INSTALL_PREFIX=/install/prefix`.
+It is possible to pre-generate `.bba` files. This can come in handy when building on time-constrained cloud
+instances, or in situations where python is unable to use modules. To do this, specify the path to pre-
+generated `.bba` files by passing `-DPREGENERATED_BBA_PATH=` to cmake.
+
Notes for developers
--------------------