Re: gds file



On 27 Jun., 13:13, Ken <kgalbrait...@xxxxxxxxxxx> 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

.