aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-08-23 01:15:39 +0000
committerGitHub <noreply@github.com>2020-08-23 01:15:39 +0000
commitc8ecb8341ca766e1e7565cc2b652b63eaba67508 (patch)
tree6dd8e50b2ea15073a86da2f0b8e35082e223c3a6 /ice40
parent109aa6347442b0d9d163e73257c6fed1a61a3961 (diff)
parente63270f9188513016d20e6c88ec800d7cbb5f867 (diff)
downloadnextpnr-c8ecb8341ca766e1e7565cc2b652b63eaba67508.tar.gz
nextpnr-c8ecb8341ca766e1e7565cc2b652b63eaba67508.tar.bz2
nextpnr-c8ecb8341ca766e1e7565cc2b652b63eaba67508.zip
Merge pull request #491 from cr1901/chipdb-msg
Fix MESSAGE indicating where externally-built .bbas live.
Diffstat (limited to 'ice40')
-rw-r--r--ice40/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/CMakeLists.txt b/ice40/CMakeLists.txt
index 89203bbc..4275b358 100644
--- a/ice40/CMakeLists.txt
+++ b/ice40/CMakeLists.txt
@@ -85,6 +85,6 @@ else()
# serialize chipdb build across multiple architectures
set(PREVIOUS_CHIPDB_TARGET chipdb-ice40-bbas PARENT_SCOPE)
else()
- message(STATUS "Build nextpnr with -DICE40_CHIPDB=${CMAKE_CURRENT_BINARY_DIR}")
+ message(STATUS "Build nextpnr with -DICE40_CHIPDB=${CMAKE_CURRENT_BINARY_DIR}\chipdb")
endif()
endif()