S
sykab
Guest
Hi!
Can anyone tell me how can I get a schematic image with high quality
from cadence.
Thanks
Can anyone tell me how can I get a schematic image with high quality
from cadence.
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Sykab,
You can export a cds schematic/layout as an eps (Encapsulated Post
Script) file.
I would recommend the following steps.
1. Add the following bit at the end of your ~/.cdsplotinit file
(This is what I've made 5 years back)
#########################################################
# Customization to print out EPS files from Virtuoso Schematic/Layout
#########################################################
EPS B&W|Encapsulated Postscript: \
:manufacturer=Adobe: \
:type=epsf: \
:maximumPages#1: \
:resolution#300: \
aperSize="6x8 inches" 1800 2400: \
aperSize="8x6 inches" 2400 1800: \
aperSize="8x8 inches" 2400 2400: \
aperSize="8x10 inches" 2400 3000: \
aperSize="10x8 inches" 3000 2400:
EPS COL|Encapsulated Postscript: \
:manufacturer=Adobe: \
:type=epsfC: \
:maximumPages#1: \
:resolution#300: \
:maximumPages#1: \
:resolution#300: \
aperSize="6x8 inches" 1800 2400: \
aperSize="8x6 inches" 2400 1800: \
aperSize="8x8 inches" 2400 2400: \
aperSize="8x10 inches" 2400 3000: \
aperSize="10x8 inches" 3000 2400:
#########################################################
2. Launch your Cadence and your schematic.
From your Schematic window, go to :
Design -> Plot -> Submit
Click the 'Plot Options ...' button and then :
Choose one of the EPS printers defined above + the desired option.
Don't forget to tick the 'send plot only to file' button and then fill
your destination file: ~/mySchematic.eps
I would recommend to:
- untick the 'mail log to' button unless you prefer to get emails at
each print.
- untick the 'plot header' button in the main plot form.
Click OK and your CIW should come with a successful Status.
You can visualize the eps file with ghostView (gv), gimp or any other
utility in Linux.
You can include your eps into a Latex document, FrameMaker, ooffice
and even that commonly used word processor whose name is not worth to
be mentioned in here ...
Cheers,
Riad.
BTW, in IC612, you can also do File->Export Image if you want (say) a PNG fileThanks!!!
=)
Riad KACED escreveu:
Dear Sykab,
You can export a cds schematic/layout as an eps (Encapsulated Post
Script) file.
I would recommend the following steps.
1. Add the following bit at the end of your ~/.cdsplotinit file
(This is what I've made 5 years back)
I can use cdsplot generate pretty fine schmatic image, but only canDear Sykab,
You can export a cds schematic/layout as an eps (Encapsulated Post
Script) file.
I would recommend the following steps.
1. Add the following bit at the end of your ~/.cdsplotinit file
(This is what I've made 5 years back)
#########################################################
# Customization to print out EPS files from Virtuoso Schematic/Layout
#########################################################
EPS B&W|Encapsulated Postscript: \
:manufacturer=Adobe: \
:type=epsf: \
:maximumPages#1: \
:resolution#300: \
aperSize="6x8 inches" 1800 2400: \
aperSize="8x6 inches" 2400 1800: \
aperSize="8x8 inches" 2400 2400: \
aperSize="8x10 inches" 2400 3000: \
aperSize="10x8 inches" 3000 2400:
EPS COL|Encapsulated Postscript: \
:manufacturer=Adobe: \
:type=epsfC: \
:maximumPages#1: \
:resolution#300: \
:maximumPages#1: \
:resolution#300: \
aperSize="6x8 inches" 1800 2400: \
aperSize="8x6 inches" 2400 1800: \
aperSize="8x8 inches" 2400 2400: \
aperSize="8x10 inches" 2400 3000: \
aperSize="10x8 inches" 3000 2400:
#########################################################
2. Launch your Cadence and your schematic.
From your Schematic window, go to :
Design -> Plot -> Submit
Click the 'Plot Options ...' button and then :
Choose one of the EPS printers defined above + the desired option.
Don't forget to tick the 'send plot only to file' button and then fill
your destination file: ~/mySchematic.eps
I would recommend to:
- untick the 'mail log to' button unless you prefer to get emails at
each print.
- untick the 'plot header' button in the main plot form.
Click OK and your CIW should come with a successful Status.
You can visualize the eps file with ghostView (gv), gimp or any other
utility in Linux.
You can include your eps into a Latex document, FrameMaker, ooffice
and even that commonly used word processor whose name is not worth to
be mentioned in here ...
Cheers,
Riad.