R
Roger Light
Guest
Hi,
We currently have a cdsplotinit entry for plotting to a png file that
works quite satisfactorily. I have now been asked if it can be made to
work when plotting hierarchically. This would mean giving the files the
correct name. I am stumped as how to go about this, other than I might
need to delve into skill. Can anybody suggest how I might go about this?
This is in Virtuoso schematic on IC 5.0.33 USR2.
Our current setup is:
PNG Out|Generic 600 dpi Adobe PostScript Level 1 Plotter: \
:manufacturer=Hewlett Packard PCL: \
:type=intCLR: \
:spool=/eee/vlsi/Cadence/cdsPNG.sh: \
:sf:sh: \
:maximumPages#1: \
:resolution#600: \
aperSize="5cm sqr" 1182 1182 0 0: \
aperSize="10cm sqr" 2364 2364 0 0: \
aperSize="20cm sqr" 4728 4728 0 0: \
aperSize="40cm sqr" 9456 9456 0 0: \
aperSize="A4" 4758 6846 0 0:
Where cdsPNG.sh is:
#!/bin/tcsh
setenv PATH /opt/csw/bin:$CDSDIR/tools/plot/bin:$PATH
setenv file /var/tmp/cadPlot$$
cat - > $file
raptor -a -m color $file | XWDout > ${file}.xwd
convert -trim ${file}.xwd ~/plot.png
rm -f $file
rm -f ${file}.xwd
Cheers,
Roger
--
Nottingham One Day Juggling Convention
5th March 2005 - 10am-Late
http://www.nottsjuggling.co.uk
We currently have a cdsplotinit entry for plotting to a png file that
works quite satisfactorily. I have now been asked if it can be made to
work when plotting hierarchically. This would mean giving the files the
correct name. I am stumped as how to go about this, other than I might
need to delve into skill. Can anybody suggest how I might go about this?
This is in Virtuoso schematic on IC 5.0.33 USR2.
Our current setup is:
PNG Out|Generic 600 dpi Adobe PostScript Level 1 Plotter: \
:manufacturer=Hewlett Packard PCL: \
:type=intCLR: \
:spool=/eee/vlsi/Cadence/cdsPNG.sh: \
:sf:sh: \
:maximumPages#1: \
:resolution#600: \
aperSize="5cm sqr" 1182 1182 0 0: \
aperSize="10cm sqr" 2364 2364 0 0: \
aperSize="20cm sqr" 4728 4728 0 0: \
aperSize="40cm sqr" 9456 9456 0 0: \
aperSize="A4" 4758 6846 0 0:
Where cdsPNG.sh is:
#!/bin/tcsh
setenv PATH /opt/csw/bin:$CDSDIR/tools/plot/bin:$PATH
setenv file /var/tmp/cadPlot$$
cat - > $file
raptor -a -m color $file | XWDout > ${file}.xwd
convert -trim ${file}.xwd ~/plot.png
rm -f $file
rm -f ${file}.xwd
Cheers,
Roger
--
Nottingham One Day Juggling Convention
5th March 2005 - 10am-Late
http://www.nottsjuggling.co.uk