| Author |
Message |
cin
Joined: 15 Dec 2001 Posts: 83 Location: Cupertino
|
16 Jan 2003 11:03 How to export GDS from Cadance Virtuoso |
|
|
|
Last edited by cin on 17 Feb 2003 9:20; edited 2 times in total |
|
| Back to top |
|
 |
srik
Joined: 09 Feb 2002 Posts: 167
|
16 Jan 2003 11:22 |
|
|
|
ensure:
1. All layers are exported to gds and made visible in the viewer program
2. You used big sized text. ( try to zoom in you may find it )
|
|
| Back to top |
|
 |
ttspice
Joined: 24 Dec 2001 Posts: 93 Location: Republic of Taiwan
|
17 Jan 2003 0:33 |
|
|
|
try my script , run "strmout strmout.il"
check PIPO.LOG for unmapped layer, you may need font mapping....
#### strmout.il:############
streamOutKeys = list(nil
~runDir "."
~libName "%library%"
~primaryCell "%cell%"
~viewName "layout"
~outFile "./gds/%cell%.gds"
~scale 0.001000
~units "micron"
~hierDepth 20
~convertToGeo ""
~maxVertices 200
~refLib nil
~libVersion "5.0"
~checkPolygon nil
~snapToGrid nil
~simMosaicToArray t
~caseSensitivity "upper"
~lineToZeroPath "path"
~rectToBox nil
~dotToPolygon nil
~useParentXYforText nil
~reportPrecision nil
~runQuiet nil
~errFile "PIPO.LOG"
~NOUnmappingLayerWarning nil
~cellMapTable ""
~layerTable ""
~textFontTable ""
~convertPin "geometry"
~pinInfo 0
~pinTextMapTable ""
~propMapTable ""
~propSeparator ","
~userSkillFile ""
)
|
|
| Back to top |
|
 |
SeanC
Joined: 26 Apr 2002 Posts: 27 Location: TWN
|
17 Jan 2003 2:52 Re: How to export GDS from Cadance Virtuoso |
|
|
|
all my layout port "labels" are missing, . Any clue? thank[/quote]
Hi,
If your labels are using a symbolic cell, you will miss label information. Even in your same Cadence software(VirtuosoXL) when you streamOut and streamIn again. So, my suggestion is: Don't export database until you tapeout.
Otherwise use text layer.
Good luck!
SeanC
|
|
| Back to top |
|
 |
SeanC
Joined: 26 Apr 2002 Posts: 27 Location: TWN
|
17 Jan 2003 3:57 Re: How to export GDS from Cadance Virtuoso |
|
|
|
| cin wrote: |
| I export my layout to GDS using Virtuoso Stream Out feature. However, when I look at my layout using GDS display software, all my layout port "labels" are missing, . Any clue? thank |
What's your GDS display software?
|
|
| Back to top |
|
 |
cin
Joined: 15 Dec 2001 Posts: 83 Location: Cupertino
|
20 Jan 2003 5:51 |
|
|
|
Last edited by cin on 17 Feb 2003 9:22; edited 1 time in total |
|
| Back to top |
|
 |
Nobody
Joined: 04 Oct 2001 Posts: 250 Location: Formosa
|
21 Jan 2003 17:25 |
|
|
|
| If your layer number is not exsist in current technology file . To streamout these layer , you should edit one layer map table file and fill the map table file name in the streamout form .
|
|
| Back to top |
|
 |
electronlover
Joined: 24 May 2001 Posts: 24 Location: California
|
21 Jan 2003 17:59 releasing c*dence gds into wild |
|
|
|
Um, just as a neurotic sidebar: I heard that cadence embeds a code into their gds files that when a foundry "sees" contacts cadence to determine that the person that sent it in is registered.
This is no problem if you actually bought the software...however, if you haven't, it seems that it could present some problems. Legally, financially, ninja in the nighty.
ok, anyone else hear of this?
|
|
| Back to top |
|
 |