aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-07 13:20:16 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-07 13:20:16 +0200
commit024ff8fa7d1aa7c9ae81afcac6f7c2499f44b624 (patch)
treece1416722cbb4e981714ad47e1b9b48917602853 /README.md
parentc3e02527030c11f0177e3bf8d8c5d9a5c9925dc4 (diff)
downloadnextpnr-024ff8fa7d1aa7c9ae81afcac6f7c2499f44b624.tar.gz
nextpnr-024ff8fa7d1aa7c9ae81afcac6f7c2499f44b624.tar.bz2
nextpnr-024ff8fa7d1aa7c9ae81afcac6f7c2499f44b624.zip
cmake: Add HX1K-only builds support
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 92d055f1..688f3632 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Building
- Use CMake to generate the Makefiles (only needs to be done when `CMakeLists.txt` changes)
- For a debug build, run `cmake -DCMAKE_BUILD_TYPE=Debug .`
+ - For a debug build with HX1K support only, run ` cmake -DCMAKE_BUILD_TYPE=Debug -DICE40_HX1K_ONLY=1 .`
- For a release build, run `cmake .`
- Use Make to run the build itself
- For all targets, just run `make`