From 1dc1164dce88fade762956c1067aeb97fa3c0f9a Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 24 Jun 2020 15:44:45 +0000 Subject: CMake: rewrite chipdb handling from ground up. --- ice40/resource/chipdb.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ice40/resource') 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" -- cgit v1.2.3