Main

8.1i ISE - When I implement a top level EDIF design, the following error occurs: "ERROR:NgdBuild:28 - Top-level input design file "top_cs.ngc" cannot be found or created"

AR# 22569

Search For Another Answer

Topic Project Navigator
Last Updated 07/07/2010
Status Archive
Description


General Description: 

When I implement an EDIF design, the following messages occurs in the console: 

 

"WARNING:NgdBuild:257 - Launcher: Could not find the file "/project/top_cs" with extension "ngc" in the search path. The filename extension will be ignored. 

ERROR:NgdBuild:28 - Top-level input design file "top_cs.ngc" cannot be found or created. Please make sure the source file exists and is of a recognized netlist format (e.g., ngo, ngc, edif, edn, or edf)."

Solution


This error occurs when the module name in the EDIF file does not match the file name.  

 

Example: 

 

A top level EDN file named "top.edn," contains following first line: 

(edif top_vhdl 

 

note that the name is "top_vhdl" (which is different than "top"). 

 

 

When implementation is run, there is no "top_cs.ngc" but "top_vhdl.ngc" in my run directory. 

 

To resolve this error, rename all instances of "top_vhdl" to "top" in the "top.edn" file. 

 

Project Navigator is issuing the wrong command when the EDIF file name does not match the top-level module name in the file. 

 

This issue is fixed in the latest 8.1i Service Pack, available at: 

http://www.xilinx.com/xlnx/xil_sw_updates_home.jsp
The first service pack containing the fix is 8.1i Service Pack 1.
 
 
/csi/footer.htm