03-06-2007 05:52 PM
03-07-2007 03:24 PM
03-07-2007 05:27 PM
I am ussing Labview 8.2.
Thank you.
03-07-2007
06:08 PM
- last edited on
01-16-2026
09:57 AM
by
Content Cleaner
Dear Issac,
When you code VI for the FPGA target you should always thing that you are very close of the hardware.
As mentioned in the context help and the help of LabVIEW, If you use the Timed Loop in an FPGA VI, the loop executes one subdiagram at the same period as an FPGA clock.
The SCTL provides faster execution of the LV FPGA diagram, allowing each cycle of the loop to execute in one clock cycle. This enables up to update a signal line at the FPGA base clock frequency. The SCTL also optimizes the code generation so that the code on the FPGA is more efficient and uses less FPGA real estate. However, there are several restrictions on the code implemented inside of a SCTL
To have more details about the timed loop (SCTL) you can have a look at the following link :
help:Timed Loop (FPGA Module)
Using Single-Cycle Timed Loops to Optimize FPGA VIs (FPGA Module)
Best regards,
Nick_CH