查看完整内容
1. add export CDS_LOAD_ENV=CSF in your .bashrc file before hspice and finsim path defination2. set hspice and finsim path in your .bashrc file, such as:
export PATH=/home/EDA/HSPICE2018/O-2018.09-SP2/hspice/binPATH
export PATH=/home/EDA/FINESIM2018/O-2018.09-SP2/binPATH
3. load skill file of hspice interface in .cdsinit file
load("/home/EDA/HSPICE2018/O-2018.09-SP2/interface/spiceADE.ile")
don ...