aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47201dc5..ca0ef1e5 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ Additional notes for building nextpnr
The following runs a debug build of the iCE40 architecture without GUI, without Python support, without the HeAP analytic placer and only HX1K support:
```
-cmake . -DARCH=ice40 -DCMAKE_BUILD_TYPE=Debug -DBUILD_PYTHON=OFF -DBUILD_HEAP=OFF -DICE40_HX1K_ONLY=1
+cmake . -DARCH=ice40 -DCMAKE_BUILD_TYPE=Debug -DBUILD_PYTHON=OFF -DICE40_HX1K_ONLY=1
make -j$(nproc)
```