gds file

K

Ken

Guest
Hi all
Is there any way I can check the contents of a gds file BEFORE I
stream it in?
So that it list the layer name and gds number?

thanks in advance
K
 
Ken wrote:
Hi all
Is there any way I can check the contents of a gds file BEFORE I
stream it in?
So that it list the layer name and gds number?

thanks in advance
K
I think if you stream it in to create a techfile rather than creating
new libraries/cell views then you should be able to get this
information, either from the techfile or the PIPO.log file. Select the
"TechFile" output option in the Import>Stream dialog window. There's
also an "ASCII Dump" option but I'm not sure what the output looks like,
or if it's easily human readable.

Stewart
 
On 27 Jun., 13:13, Ken <kgalbrait...@hotmail.com> wrote:
Hi all
Is there any way I can check the contents of a gds file BEFORE I
stream it in?
So that it list the layer name and gds number?

thanks in advance
K
Maybe this can also be solved from within Cadence, but there are some
tools out there to view GDS2 files. An easy one can be found at
http://www.owlvision.org/ Other alternative would be electric at
staticfreesoft.com or Magic at opencircuitdesign.com. The last two are
not viewers, but layout tools that can import GDS2 and show layers.
Electric is java and need no compilation, magic is a bit "tricky" if
you don't have the required libraries installed.

http://programming.ccp14.ac.uk/mumit-khan/~khan/software/xrlcad/xrlcad.html
is a little c++ library for looking at gdsii files as text dump. Last
time I used it it was a little bit slow.
--
Svenn
 
On Jun 27, 6:13 am, Ken <kgalbrait...@hotmail.com> wrote:
Hi all
Is there any way I can check the contents of a gds file BEFORE I
stream it in?
So that it list the layer name and gds number?

thanks in advance
K
If you have a calibre license , there is a tool called calibredrv
useage:
calibredrv -m gds_fname

Its VERY fast & easy to use.
 

Welcome to EDABoard.com

Sponsor

Back
Top