Answers Database
Gen_sch8 error: Bad status 79501087 from ddp__add_instance
Record #1013
Product Family: Software
Product Line: Mentor
Problem Title:
Gen_sch8 error: Bad status 79501087 from ddp__add_instance
Problem Description:
Gen_sch8 gives the following error:
ERROR: Bad status 79501087 from ddp__add_instance.
Component "$LCA/xc4000e/buf" not found
GEN_SCH8: ERROR 386: Error found in check_status.
Solution 1:
This is caused by not having the $LCA variable listed in the
MGC_LOCATION_MAP. Add the variable to the location map, and make sure it
is set in the environment.
The location map is referenced by the variable $MGC_LOCATION_MAP. In this
file, you will see several lines of the form:
$variable
/full/pathname
or
$variable
[blank line]
In the second case, the variable value is pulled from the environment. In
the case of $LCA, the second format should be used:
$LCA
[blank line]
then define the variable in the Unix environment:
setenv LCA [path]
End of Record #1013
For the latest news, design tips, and patch information on the Xilinx design environment, check out the Xilinx Expert Journals! |