aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/resource/chipdb.rc
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-06-24 15:44:45 +0000
committerwhitequark <whitequark@whitequark.org>2020-06-25 14:03:37 +0000
commit1dc1164dce88fade762956c1067aeb97fa3c0f9a (patch)
tree3bef0e77b7686f2162ec91b84b161b89dc1ef252 /ice40/resource/chipdb.rc
parent23d19a254dd1168b5f68495c67751ad19791a2b7 (diff)
downloadnextpnr-1dc1164dce88fade762956c1067aeb97fa3c0f9a.tar.gz
nextpnr-1dc1164dce88fade762956c1067aeb97fa3c0f9a.tar.bz2
nextpnr-1dc1164dce88fade762956c1067aeb97fa3c0f9a.zip
CMake: rewrite chipdb handling from ground up.
Diffstat (limited to 'ice40/resource/chipdb.rc')
-rw-r--r--ice40/resource/chipdb.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/ice40/resource/chipdb.rc b/ice40/resource/chipdb.rc
index 46459538..0b248d74 100644
--- a/ice40/resource/chipdb.rc
+++ b/ice40/resource/chipdb.rc
@@ -1,7 +1,7 @@
#include "resource.h"
-IDR_CHIPDB_384 BINARYFILE "..\chipdbs\chipdb-384.bin"
-IDR_CHIPDB_1K BINARYFILE "..\chipdbs\chipdb-1k.bin"
-IDR_CHIPDB_5K BINARYFILE "..\chipdbs\chipdb-5k.bin"
-IDR_CHIPDB_U4K BINARYFILE "..\chipdbs\chipdb-u4k.bin"
-IDR_CHIPDB_8K BINARYFILE "..\chipdbs\chipdb-8k.bin"
+IDR_CHIPDB_384 BINARYFILE "ice40/chipdb/chipdb-384.bin"
+IDR_CHIPDB_1K BINARYFILE "ice40/chipdb/chipdb-1k.bin"
+IDR_CHIPDB_5K BINARYFILE "ice40/chipdb/chipdb-5k.bin"
+IDR_CHIPDB_U4K BINARYFILE "ice40/chipdb/chipdb-u4k.bin"
+IDR_CHIPDB_8K BINARYFILE "ice40/chipdb/chipdb-8k.bin"