File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,6 @@ if (NOT EXTERNAL_CHIPDB)
40
40
set (DEV_CC_DB ${CMAKE_CURRENT_BINARY_DIR} /ice40/chipdbs/chipdb-${dev}.bin )
41
41
set (DEV_CONSTIDS_INC ${CMAKE_CURRENT_SOURCE_DIR} /ice40/constids.inc )
42
42
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
- )
51
43
52
44
if (PREGENERATED_BBA_PATH )
53
45
add_custom_command (OUTPUT ${DEV_CC_DB}
You can’t perform that action at this time.
0 commit comments