L
leddedup
Guest
So I have a .il file, let's call it blah.il. It's used to define
schPlotOptions. It looks like this:
schPlotOptions = '(nil
library "library"
cell "circuit"
view "schematic"
version "0.0"
multisheet nil
indexsheet nil
hierarchy t
viewlist "schematic"
ignorelibs "basic sample"
stopcells ""
copy 1
outputfile "/directory/chip/project/process/me/circuit.ps"
plotter "djet" <-- (So I get color .ps)
papersize "A"
plotsize (8.0 6.5)
offset (0.0 5.5)
units "inches"
orientation "Portrait"
display "display"
tmpdir "/usr/tmp"
mail nil
)
So, in the CIW, I type schPlot("blah.il") and out comes:
Start Plotting...
plotServ 7.02, build a, 03.01, static
*Error* greaterp: can't handle (nil > 0)
Doing everything in the GUI works, but I want to do this kind of thing
in batches, so I need this SKILL thing to work. What am I doing wrong
here?
Thanks,
Jake
schPlotOptions. It looks like this:
schPlotOptions = '(nil
library "library"
cell "circuit"
view "schematic"
version "0.0"
multisheet nil
indexsheet nil
hierarchy t
viewlist "schematic"
ignorelibs "basic sample"
stopcells ""
copy 1
outputfile "/directory/chip/project/process/me/circuit.ps"
plotter "djet" <-- (So I get color .ps)
papersize "A"
plotsize (8.0 6.5)
offset (0.0 5.5)
units "inches"
orientation "Portrait"
display "display"
tmpdir "/usr/tmp"
mail nil
)
So, in the CIW, I type schPlot("blah.il") and out comes:
Start Plotting...
plotServ 7.02, build a, 03.01, static
*Error* greaterp: can't handle (nil > 0)
Doing everything in the GUI works, but I want to do this kind of thing
in batches, so I need this SKILL thing to work. What am I doing wrong
here?
Thanks,
Jake