aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-07-01 22:02:36 +0000
committerGitHub <noreply@github.com>2020-07-01 22:02:36 +0000
commit4a2964c91568c63928f1d916aef1a1b84a9e608d (patch)
treea7814db170b3d5d8dd1c731e0b29fcfac1fd701d /ice40
parentc0901fb972e34d2d16b3ac0074a18542ba1c448d (diff)
parent18bb70afca9cf4100e3230a12e9df1df99e43306 (diff)
downloadnextpnr-4a2964c91568c63928f1d916aef1a1b84a9e608d.tar.gz
nextpnr-4a2964c91568c63928f1d916aef1a1b84a9e608d.tar.bz2
nextpnr-4a2964c91568c63928f1d916aef1a1b84a9e608d.zip
Merge pull request #465 from whitequark/fix-trellis-discovery
Improve Trellis discovery logic
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 1bf64905..89203bbc 100644
--- a/ice40/CMakeLists.txt
+++ b/ice40/CMakeLists.txt
@@ -27,7 +27,7 @@ else()
"IceStorm install prefix")
message(STATUS "IceStorm install prefix: ${ICESTORM_INSTALL_PREFIX}")
- if(NOT DEFINED ICEBOX_DATADIR)
+ if(NOT ICEBOX_DATADIR)
set(ICEBOX_DATADIR ${ICESTORM_INSTALL_PREFIX}/share/icebox)
endif()
message(STATUS "icebox data directory: ${ICEBOX_DATADIR}")