非常感谢上面两位大佬的帮助,我的成功弄出来了,虽然在启动的时候会报错,但应该不影响使用,我的步骤如下:
1、从cadence安装目录下找到cdsinit这个文件,并复制到你的启动文件的目录下(PS:个人理解是你要启动virtuoso时要先source的那个目录)
2、将以下内容按需求复制到cdsinit文件中,并进行修改
skillPath=getSkillPath();
setSkillPath(append(skillPath list("/calibre_path/lib")));
load("calibre.skl");
Load Calibre Menu in Virtuoso
Add one of the following lines to the default Cadence startup file (.cdsinit), depending on your installation:
Standard installation (Virtuoso 5.x and earlier)
load( strcat( getShellEnvVar("CALIBRE_HOME")"/shared/pkgs/icv/tools/queryskl/calibre.skl" ))
OpenAccess installation (Virtuoso 6.x and later)
load( strcat( getShellEnvVar("CALIBRE_HOME")"/shared/pkgs/icv/tools/queryskl/calibre.OA.skl" ))
For more information see the Calibre Interactive and Calibre RVE User's Manual under
Interfacing With Layout and Schematic Viewers>Cadence Virtuoso>Creating an Interface to Cadence Virtuoso