LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV FPGA compilation problem (urgent)

Solved!
Go to solution

Hi,

 

I am trying to implment a LV FPGA code in my crio 9074 but it is taking unsusually long time(40 mins and up).

I am trying to implement this example to generate a waveform:   http://www.ni.com/example/28209/en/  

Till now it is showing "generating cores" message and in the log I am getting repeatedly this message:

 

aved CGP file for project 'coregen'.
Resolving generics for 'ReallyLongUniqueName_ReallyLongUniqueName'...
Applying external generics to 'ReallyLongUniqueName_ReallyLongUniqueName'...
Delivering associated files for 'ReallyLongUniqueName_ReallyLongUniqueName'...
Generating implementation netlist for
'ReallyLongUniqueName_ReallyLongUniqueName'...
Running synthesis for 'ReallyLongUniqueName_ReallyLongUniqueName'
Release 13.4 - Xilinx CORE Generator O.87xd (nt)
Copyright (c) 1995-2011 Xilinx, Inc. All rights reserved.
All runtime messages will be recorded in
C:\NIFPGA\jobs\W543T9Q_a5T1mXb\coregen.log
Saved CGP file for project 'coregen'.
Resolving generics for 'ReallyLongUniqueName_ReallyLongUniqueName'...
Applying external generics to 'ReallyLongUniqueName_ReallyLongUniqueName'...
Delivering associated files for 'ReallyLongUniqueName_ReallyLongUniqueName'...
Generating implementation netlist for
'ReallyLongUniqueName_ReallyLongUniqueName'...
Running synthesis for 'ReallyLongUniqueName_ReallyLongUniqueName'

 

 

 

 

It seems that is in some kind of endless loop. Peae guide me how to solve the issue. 

 

Thanks ..

0 Kudos
Message 1 of 3
(3,231 Views)
Solution
Accepted by falcon98

Those are "normal" output messages from the compilation process (although they are somewhat curious). It is normal to have a number of these modules in the FPGA design if you are using the analysis library functions; each one can take several minutes to synthesize. Did the compile eventually finish?

 

Luckily, if you make only minor changes in subsequent compiles the compile times should decrease as the compiled results from each of these components is cached.

0 Kudos
Message 2 of 3
(3,197 Views)

Thanks Dragis.

 

Yes it got compiled after 40 mins. And subsequent compiles took less time. I saw these messages and got confused and the first compile didn't worked so I posted the query.

 

0 Kudos
Message 3 of 3
(3,177 Views)