热度 1| |
sudo mkdir /usr/tmp
chmod 777 /usr/tmp
root下执行以下命令
ln -s /usr/bin/awk /bin/awk
./cadence_pkg_read
普通用户下cd iscape ./iscape.sh安装iscape的命令, zcat IScape04.21-s002lnx86.t.Z | tar -xvf -
无法仿真:到simulation文件夹下,~/simulation/...//spectre/schematic/netlist/ 运行:./runSimulation/EDA/cadence/MMSIM141/tools.lnx86/spectre/bin/64bit/spectre: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory看看什么错误,上面那个是我的问题,缺少共享库安装cadence:ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.2 看清除是啥ln -s /usr/bin/firefox /usr/bin/netscaperoot用户下 ./cadence_patch.sh /opt/ic616执行patch拷贝license.dat复制ic616/tools/dfII/samples/local文件夹到ic616/tools/dfII/目录下并修改文件名cdsinit为.cdsinit配置环境变量安装mmsim14:建立库链接Created linked libraries (only with Linux 64-bit)cd /lib64ln -s libreadline.so.6 libreadline.so.5cd /usr/lib64ln -s libhistory.so.6 libhistory.so.5创建mmsim14链接ln -s /opt/mmsim14/tools.lnx86 /opt/mmsim14/tools 同样可以进入mmsim目录右键链接.patchlicense解决办法#yum install redhat-lsb.x86_64#ln -s /lib/ld-linux.so.2 /lib/ld-lsb.so.3 %建立ld-lsb的链接安装calibre2015:root运行./install集成calibre在.cdsinit中加入load(strcat("/opt/calibre2015/aoi_cal_2015.2_36.27/lib/calibre.skl"))配置环境变量patchlicense安装IUS./iscape.shIUS0920配置环境变量nclaunch安装tsmc18rf解压缩perl pdkInstall.pl1目录2.安装jdk3.安装iscape(zcat IScape04.21-s002lnx86.t.Z | tar -xvf -)4.建立tmp文件夹,安装candece ic 616,oa选择n5.patch ic616,生成licence.dat,配置.bashrc环境变量6.安装mmsim147.建立软链接,patch mmsim14 (ln -s /opt/mmsim14/tools.lnx86 /opt/mmsim14/tools)8.安装calibre9.配置环境变量,patch calibre,查看端口号,ifconfig -a,生成licence.dat,集成到cadence10.安装tsmc18rf_pdk,编辑teachfile,把control提到最前面,新建文件夹OA/cds,把cds.lib拷贝并编辑,转换为OA,新建库tsmc18rf最后大功告成。删除没有用的源1. sudo cat /etc/apt/sources.list2. sudo cat /etc/resolv.conf