06-02-2019 01:31 AM
Hi all,
Does anyone know how to enable incremental compilation in SDx when I revise the OpenCL or C source code? Or should I just go through the traditional vivado flow, which is way too much complex. Thanks.
06-02-2019 07:59 AM
You can try to hook the user tcl to before place_design.
$ xocc YOUR_EXISTING_COMMAND_LINE --xp "vivado_prop:run.impl_1.STEPS.OPT_DESIGN.TCL.PRE=/path/tt.tcl"
The content of the tcl:
read_checkpoint -incremental {..\project_1\XX_routed.dcp}
06-02-2019 07:59 AM
You can try to hook the user tcl to before place_design.
$ xocc YOUR_EXISTING_COMMAND_LINE --xp "vivado_prop:run.impl_1.STEPS.OPT_DESIGN.TCL.PRE=/path/tt.tcl"
The content of the tcl:
read_checkpoint -incremental {..\project_1\XX_routed.dcp}