| AR# |
22569 |
| Part |
SW-Project Navigator |
| Last Modified |
2008-03-26 00:00:00.0 |
| Status |
Archive |
| Keywords |
edn, ChipScope, translate, implementing |
Description
Keywords: edn, ChipScope, translate, implementing
Urgency: Standard
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.jspThe first service pack containing the fix is 8.1i Service Pack 1.