From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Total slice change with compilation

Solved!
Go to solution

Does anybody knows why compiling an FPGA VI twice, with no change, the total slice change?

I've done this test:

 

  1. realized a new FPGA VI
  2. first compilation => total slice: 42.6%
  3. second compilation => total slice: 44.8%

Thank you,

Paolo.

 

 

0 Kudos
Message 1 of 2
(1,922 Views)
Solution
Accepted by topic author Paolo_Squillari

The Xilinx tools, by default, will only optimize things enough to make the design meet all the requirements. In addition, some of the later tools throw in some randomization to search for different (and possibly better) designs. These two together can cause designs that aren't fully utilized to swing quite a bit in slice count, timing, etc.

0 Kudos
Message 2 of 2
(1,905 Views)