LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to optimize this labview fpga vi??

You shouldn't need to insert pipeline registers if you are writing code within a While Loop. The pipeline stages are mostly useful within a Single-Cycle Loop where you (as the user) must explicitly define where the registers are located.

0 Kudos
Message 51 of 54
(705 Views)

@Dragis wrote:

You shouldn't need to insert pipeline registers if you are writing code within a While Loop. The pipeline stages are mostly useful within a Single-Cycle Loop where you (as the user) must explicitly define where the registers are located.


thank you

Yes this is what I mean exactly..

We shouldn't need to insert pipeline registers if you are writing code within a While Loop

 

but I am confuse because the second image was captured from ni tutorial

http://www.ni.com/white-paper/3749/en

 

so we need to be sure that must we not put any feedback register to reduce path or make pipeline because we already have a reg between element ??

 

best regards

hi ?Q>

0 Kudos
Message 52 of 54
(700 Views)

hi

 

 i have completed vi for my project.now i want to port it into virtex 4 fpga.What are the steps i should follow so that i can copnvert the labview vi into fpga supported format.

0 Kudos
Message 53 of 54
(686 Views)

Unfortunately, LabVIEW FPGA does not support hardware other than NI hardware and the Xilinx University Program Spartan 3E starter kit (for academic purposes only)

0 Kudos
Message 54 of 54
(679 Views)