While using AMS with verilog, it may involve component "basic:cds_alias".
You may not find "basic" library during Simulation and cause error like:
"... cds_alias ... can't be resolved..." or " ... basic ... illegal"
Solution:
First of all, make a soft link to "basic" library in your icfb directory
ln -s /vlsi/cadence/IC5141USR5/tools/dfII/etc/cdslib/basic .
lrwxrwxrwx 1 khwong khwong 52 2012-06-18 15:16 basic -> /vlsi/cadence/IC5141USR5/tools/dfII/etc/cdslib/basic
and modify your cds.lib as follow:
# DEFINE basic $CDS_INST_DIR/tools/dfII/etc/cdslib/basic
define basic /your_icfb_dir/basic #soft link to "basic"
沒有留言:
張貼留言