I'm trying tocompile a"userCLIPsocket"for theNIPXIboard-7951Rwhich has aVirtex-5LX30FPGAfrom Xilinx,butI got the bellow message from NI Compiler,this messageis inerrorreportXilinx.log.
It says thatmodulePuma15Top was not found.
Butthismodule is a NIpropertyandis automaticallycompiledby NI Compiler.
The compiler automaticallygeneratesthesefiles(Puma15Top...)that are passed tothe compilerofXilinx.ThePuma15Topfilesarein the path, i.e:C:\NIFPGA\compilation\Told_F_I_CC5DC260\ source_files.
This folder nameis automatically generated bylabview(Told_F_I_CC5DC260)for eachdifferent project or compilation.
So I haveno way to configure in CLIP fileswhereit'll bePuma15Top,once thepath isautomaticallygeneratedduring compilation by Labview.
Does anyone have anyidea how to solvethis problem?Or have youexperienced some like this?
Followingerror log:
### XstSynthesis ###
Puma15Top
Reading design: Puma15Top.prj
==================================================
* HDL Compilation *
==================================================
Compiling vhdl file "C:/NIFPGA/jobs/Cm9xA8x_LaF6U1d/CLUC001_Conf.vhd" in Library work.
Entity <CLUC001_Conf> compiled.
Entity <CLUC001_Conf> (Architecture <behavioral>) compiled.
Compiling vhdl file "C:/NIFPGA/jobs/Cm9xA8x_LaF6U1d/CLUC001_CLIP.vhd" in Library work.
Entity <CLUC001_CLIP> compiled.
Entity <CLUC001_CLIP> (Architecture <rtl>) compiled.
Entity <CLUC001_CLIP> (Architecture <behavioral>) compiled.
ERROR:Xst:2472 - Top module <Puma15Top> was not found.
ERROR:Xst:2469 - Please specify the correct library via the -work_lib switch.
-->
Total memory usage is 149596 kilobytes
Number of errors : 2 ( 0 filtered)
Number of warnings : 0 ( 0 filtered)
Number of infos : 0 ( 0 filtered)
Process "Synthesis" failed
Thanks in advanced!