Integrate SOS in Virtuoso

To get Cliosoft SOS integrated in Cadence Virtuoso, what you need to do is just to put 3 files in your $HOME (~/).

1) .cdsinit

1
2
3
4
5
% cat ~/.cdsinit
let( (clioDir)
clioDir = getShellEnvVar("CLIOSOFT_DIR")
load((strcat clioDir "/scripts/cds_sosviadfII.il"))
)

2) cdsLibMgr.il

1
2
3
4
5
% cat ~/cdsLibMgr.il
let( (clioDir)
clioDir = getShellEnvVar("CLIOSOFT_DIR")
load((strcat clioDir "/scripts/cdsLibMgr.il"))
)

3) cdsinfo.tag

1
2
% cat ~/cdsinfo.tag
DMTYPE sos