Keywords: gen_sch8, error, status, instance
Urgency: Standard
General 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.
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]
AR# 1013 | |
---|---|
Date | 10/01/2008 |
Status | Archive |
Type | General Article |