01-22-2015 01:15 AM
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 ..
Solved! Go to Solution.
01-22-2015 09:00 AM
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.
01-22-2015 10:19 PM
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.