You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
429 B
Plaintext

launch_runs synth_1 -jobs 6
To work around the issue Black box :
Open the synthesized run from the Vivado IDE. The Tcl equivalent would be:
open_run synth_1 -name synth_1 -pr_config [current_pr_configuration]
Enter the following command in the Tcl console:
setup_pr_configurations -v -use_netlist -force
Close the synthesized design. This can also be done from the Tcl console:
close_design
Launch the implementation run.