File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ function(generate_xc7_device_db)
159
159
if (DEFINED device_target)
160
160
set (${device_target} timing-${device} -device PARENT_SCOPE)
161
161
endif ()
162
+
163
+ add_custom_target (all -${device} -dcp-bit)
162
164
endfunction ()
163
165
164
166
function (generate_xcup_device_db)
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ function(add_xc7_test)
139
139
add_custom_target (${arch} -${test_name} -dcp-bit DEPENDS ${dcp_bit} )
140
140
add_dependencies (all -vendor-bit-tests ${arch} -${test_name} -dcp-bit)
141
141
add_dependencies (all -${device} -vendor-bit-tests ${arch} -${test_name} -dcp-bit)
142
+ add_dependencies (all -${device} -dcp-bit ${arch} -${test_name} -dcp-bit)
142
143
143
144
set (dcp_fasm ${output_dir} /${name} .dcp.bit.fasm)
144
145
add_custom_command (
@@ -396,6 +397,7 @@ function(add_xcup_test)
396
397
add_custom_target (${arch} -${test_name} -dcp-bit DEPENDS ${dcp_bit} )
397
398
add_dependencies (all -vendor-bit-tests ${arch} -${test_name} -dcp-bit)
398
399
add_dependencies (all -${device} -vendor-bit-tests ${arch} -${test_name} -dcp-bit)
400
+ add_dependencies (all -${device} -dcp-bit ${arch} -${test_name} -dcp-bit)
399
401
endif ()
400
402
401
403
endfunction ()
You can’t perform that action at this time.
0 commit comments