aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/README.md
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2023-03-17 09:27:36 +0100
committermyrtle <gatecat@ds0.me>2023-03-17 10:38:11 +0100
commite4fcd3740dd8a650922903db6e15f4eaff25b5ee (patch)
tree788ef589fcba0f4c95d02c900a060cd3b54d4215 /machxo2/README.md
parent4111cc25d653bde9fbda72b9cf9dc13a876e214a (diff)
downloadnextpnr-e4fcd3740dd8a650922903db6e15f4eaff25b5ee.tar.gz
nextpnr-e4fcd3740dd8a650922903db6e15f4eaff25b5ee.tar.bz2
nextpnr-e4fcd3740dd8a650922903db6e15f4eaff25b5ee.zip
cmake: Make HeAP placer always-enabled
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'machxo2/README.md')
-rw-r--r--machxo2/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/README.md b/machxo2/README.md
index 55cc5763..37dfb991 100644
--- a/machxo2/README.md
+++ b/machxo2/README.md
@@ -81,7 +81,7 @@ git clone git@github.com:cr1901/nextpnr.git
cd nextpnr
git checkout machxo2
git submodule update --init --recursive
-cmake . -DARCH=machxo2 -DBUILD_GUI=OFF -DTRELLIS_INSTALL_PREFIX=/usr -DBUILD_PYTHON=OFF -DBUILD_HEAP=OFF
+cmake . -DARCH=machxo2 -DBUILD_GUI=OFF -DTRELLIS_INSTALL_PREFIX=/usr -DBUILD_PYTHON=OFF
make
```