Some Usefull Commands in Cadence
Unlock file in cadence
find . -name '*.cdslck' -exec rm {} \;
Source ic617.cshrc
echo "alias cadence_tool 'source /usr/local/cadence/IC617.cshrc; cd ~/cadence617;virtuoso&'" >> ~/.tcshrc
Change default simulator to spectre:
In .cdsenv:
asimenv.startup simulator string "spectre"
In .cdsini:
(if (isFile "./.cdsenv")
(envLoadVals
?envFile "./.cdsenv"
?tool "ALL"))
add models in default:
In .cdsini:
asiSetEnvOptionVal(asiGetTool('spectre) "modelFiles"
list(
list("/usr/local/cadence/NCSU/ncsu-cdk-1.5.1/models/spectre/standalone/tsmc25N.m")
list("/usr/local/cadence/NCSU/ncsu-cdk-1.5.1/models/spectre/standalone/tsmc25P.m")
)
)
Check the VNC session number:
ps -ef | grep `whoami` | grep vnc | grep Xorg
Kill the VNC session:
vncserver -kill :<Session Number>
Enjoy Reading This Article?
Here are some more articles you might like to read next: