We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a76f6 commit 9db4263Copy full SHA for 9db4263
hdk/cl/examples/cl_dram_dma/build/scripts/create_dcp_from_cl.tcl
@@ -347,10 +347,6 @@ if { $failval==0 } {
347
puts "AWS FPGA: ([clock format [clock seconds] -format %T]) writing post synth checkpoint.";
348
349
write_checkpoint -force $CL_DIR/build/checkpoints/${timestamp}.CL.post_synth.dcp
350
-
351
-# Generate debug probes file
352
-write_debug_probes -force -no_partial_ltxfile -file $CL_DIR/build/checkpoints/${timestamp}.debug_probes.ltx
353
354
close_project
355
356
#Set param back to default value
0 commit comments