| UP PREV NEXT |
|
The files for the Spice characterisation of the vsclib, vxlib and sxlib cells in a generic 0.13um technology are in
magic\spice_vsclib013 magic\spice_vxlib013 magic\spice_sxlib013 |
They have been put here because Magic has been used to extract the layout to a Spice subckt.
The characterisation is done in two steps. The first is a Spice run of the CIR files in the directories underneath. The second is an elaboration of the data produced to write the vsclib013.lib, vxlib013.lib and sxlib013.lib files. The Spice simulator used is Winspice, so this part runs fine under Windows. The elaboration uses Unix scripts, so will not run under vanilla Windows.
The easiest way to get the whole thing running is probably cygwin. Once you have downloaded that and installed it, you must create a command file which will run winspice in batch mode.
I have used the following steps (replace C:\home\pharosc_7.3 by your library location).
$ PATH=/home/library/bin:$PATH |
cmd /c "start /wait /min /low c:/WinSpice/wspice3.exe -b $1" |