03-17-2019 03:02 AM
I have 3 fpga sub VIs attached to a main fpga VI, i want to know is it sufficient to compile only main fpga or i have to compile each sub VIs individually ?
is there any way to increase the speed of compilation in windows 10 ?
thank you
Solved! Go to Solution.
03-17-2019 04:12 AM
03-18-2019 04:38 AM
@sksknight wrote:
is there any way to increase the speed of compilation in windows 10 ?
Buy a faster computer. Or a compile farm. Or compile in the cloud. And\Or reduce your program. And\Or move data from slices to ram. Avoid code that is difficult to compile (like, and esp. Quotient and Remainder).
Note that the compilation, AFAIK, is single threaded. So an older computer with one fast core might be faster then a oct core with slower CPU speed...
Excluding the compile directory from the virus scan for makes a world of difference. It used to be C:\FPGA, IIRC... Karspersky used to make the compilation fail 50% of the time (usually at the end of the compile).