.2i ISE - Project Navigator reports: "ERROR: Failed to create the
command line for XST"问答编号# 29699
型号 SW-Project Navigator
最后更新日期 2008-10-02 00:00:00.0
记录状态 Active
关键词
疑问描述
Keyword: XST, command, edif, edf, ngc, xco, Translate, Implement
When running synthesis or a command that requires synthesis (for
example, Implement, Translate) for a project with .edif/.edf/.ngc
as top level and a .xco added to the project sources, the following
error message is issued and the process fails:
"ERROR: Failed to create the command line for XST. One or more
procedures reported errors."
解决方案
Adding cores to EDIF/EDF/NGC projects is not supported in ISE 9.2i
and should not be allowed. However, there are certain situations
where a user may be able to add a core to this type of project.
Adding a core to an EDIF or NGC project should not be required as
running Translate, NgdBuild, should automatically find and pick up
the .edn and/or .ngc files of the cores in the project directory by
default OR a directory pointed to by the Macro Search Path.
To solve this problem, follow the steps as below.
1. Remove the .xco file and you don't need to add any files of the
core(s).
2. If the .edn and/or .ngc files of the core(s) is put in the
project directory, go to step 4.
3. If the .edn and/or .ngc files of the core(s) is not put in the
project directory, set the Macro Search path to point to the
location of these files. To set this property, right click on
"Translate" and select "properties" in the Processes Tab.
4. Re-run Implement/Translate.