Skip to content

Commit 371d331

Browse files
committed
Merge branch 'master' of ssh.github.com:YosysHQ/nextpnr
2 parents 36c07a0 + ae1e783 commit 371d331

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ice40/family.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ if (NOT EXTERNAL_CHIPDB)
4040
set(DEV_CC_DB ${CMAKE_CURRENT_BINARY_DIR}/ice40/chipdbs/chipdb-${dev}.bin)
4141
set(DEV_CONSTIDS_INC ${CMAKE_CURRENT_SOURCE_DIR}/ice40/constids.inc)
4242
set(DEV_GFXH ${CMAKE_CURRENT_SOURCE_DIR}/ice40/gfx.h)
43-
add_custom_command(OUTPUT ${DEV_CC_BBA_DB}
44-
COMMAND ${PYTHON_EXECUTABLE} ${DB_PY} -p ${DEV_CONSTIDS_INC} -g ${DEV_GFXH} ${OPT_FAST} ${OPT_SLOW} ${DEV_TXT_DB} > ${DEV_CC_BBA_DB}
45-
DEPENDS ${DEV_CONSTIDS_INC} ${DEV_GFXH} ${DEV_TXT_DB} ${DB_PY} ${PREV_DEV_CC_BBA_DB}
46-
)
47-
add_custom_command(OUTPUT ${DEV_CC_DB}
48-
COMMAND bbasm ${BBASM_ENDIAN_FLAG} ${DEV_CC_BBA_DB} ${DEV_CC_DB}
49-
DEPENDS bbasm ${DEV_CC_BBA_DB}
50-
)
5143

5244
if(PREGENERATED_BBA_PATH)
5345
add_custom_command(OUTPUT ${DEV_CC_DB}

0 commit comments

Comments
 (0)