aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2020-08-22 21:09:21 -0400
committerWilliam D. Jones <thor0505@comcast.net>2020-08-22 21:09:21 -0400
commite63270f9188513016d20e6c88ec800d7cbb5f867 (patch)
tree6dd8e50b2ea15073a86da2f0b8e35082e223c3a6 /ecp5
parent109aa6347442b0d9d163e73257c6fed1a61a3961 (diff)
downloadnextpnr-e63270f9188513016d20e6c88ec800d7cbb5f867.tar.gz
nextpnr-e63270f9188513016d20e6c88ec800d7cbb5f867.tar.bz2
nextpnr-e63270f9188513016d20e6c88ec800d7cbb5f867.zip
Fix MESSAGE indicating where externally-built .bbas live.
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/CMakeLists.txt b/ecp5/CMakeLists.txt
index fe7de587..ff6b2d20 100644
--- a/ecp5/CMakeLists.txt
+++ b/ecp5/CMakeLists.txt
@@ -111,6 +111,6 @@ else()
# serialize chipdb build across multiple architectures
set(PREVIOUS_CHIPDB_TARGET chipdb-ecp5-bbas PARENT_SCOPE)
else()
- message(STATUS "Build nextpnr with -DECP5_CHIPDB=${CMAKE_CURRENT_BINARY_DIR}")
+ message(STATUS "Build nextpnr with -DECP5_CHIPDB=${CMAKE_CURRENT_BINARY_DIR}/chipdb")
endif()
endif()