Home > other >  Vivado to speed up the compilation speed, (1) increase the number of threads (2) using incremental c
Vivado to speed up the compilation speed, (1) increase the number of threads (2) using incremental c

Time:09-25

(1) increase the compilation thread count,
Vivado default compilation thread number 2,
In Tcl input:
Get_param general. MaxThreads
See,
In Tcl input:
Set_param general. MaxThreads 4
Modify the compilation thread count,
Can also be changed to 8 threads, if computer support,
(how to view your computer number of threads: CMD command input wmic enter, get the input CPU *, you can find the NumberOFcores for several nuclear, next to the number of threads)
(2) using incremental compilation features,
If changed very little code, or modify the ILA () sampling signal using incremental compilation features,
Method of use: an already compiled program, and after the modification of a small amount of code to the route, the DCP files are copied to the desktop (roure. DCP files by default in XXX. The run/imple_1/), then right click in the following position (the Design on the run dialog impl_1 right-click), point Set Incremental Compile, in use chekpoint options cary surface just copied to the outside xxx_routed. Point DCP, then you can Compile the
  • Related