I got an error report at the end of compile. It shows something wrong with a subVI on FPGA target. Here is the copy of compiler info:
************************
Compiling vhdl file "E:/NIFPGA80/srvrTmp/LOCALH~1/TRYIFR~3/rvi_visn_FPGA_Detect.vhd" in Library work.
Entity <rvi_visn_FPGA_Detect> compiled.
ERROR:HDLParsers:850 - "E:/NIFPGA80/srvrTmp/LOCALH~1/TRYIFR~3/rvi_visn_FPGA_Detect.vhd" Line 338. Formal port Clk1 does not exist in Component 'SubVICtlOrInd'.
-->
Total memory usage is 183748 kilobytes
Number of errors : 1 ( 0 filtered)
Number of warnings : 1 ( 0 filtered)
Number of infos : 0 ( 0 filtered)
ERROR:Xflow - Program xst returned error code 6. Aborting flow execution...
***************************
In this subVI, I have one time critical loop using DAC clock, one time critical loop using ADC clock, and another one normal loop.
Is there anyone can help?