|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 jouyang3 于 2015-12-26 16:11 编辑
Here's the revised script that I took from min4max and modified it to allow users to initialize workspaces preloaded with pdk and cdk.
You can download the pdk and cdk from
http://www.eda.ncsu.edu/wiki/FreePDK
http://www.eda.ncsu.edu/wiki/NCSU_CDK.
Remember to change the variables:
# Set the PDK_DIR variable to the root directory of the FreePDK distribution
setenv PDK_DIR /eda/pdk
# Set CDSHOME to the root directory of the Cadence ICOA installatio
setenv CDSHOME /eda/IC616
from pdk ncsu_basekit/cdssetup/setup.csh to the corresponding locations.
Also do not forget to set,
PDK_DIR=/eda/pdk,
CADHOME=/eda,
and
LM_LICENSE_FILE=$CADHOME/license/license.dat
to the correct locations.
Finally,
change/remove the extention from the script from the .doc extention.
Usage:
cadence ws|wsc|start|help
ws - initialize workspace with CDK+FreePDK technology on the current directory.
wsc - clear workspace with CDK+FreePDK technology on the current directory.
start - start cadence from the current directory.
help - print help information.
cadence.doc
(9.98 KB, 下载次数: 19 )
|
|