F
Frank E. Gennari
Guest
On Wed, 11 May 2005 01:51:47 -0700, hsphuah wrote:
http://www.xs4all.nl/~kholwerd/interface/bnf/gdsformat.html
Note that there is no record type 112, so your file is likely invalid
GDSII. Perhaps you forgot to swap some bytes? GDSII files use a byte
ordering that is the opposite of most systems (including X86 processors).
If you want to send me the file, you can send it to my email address
without the _REMOVE_THIS_ and I can decode the records and tell you what's
wrong.
Frank
There is a good GDSII spec online at:I encounter a problem when I import my gdsii stream file which I
generated my own program. The import stream file gives me this error
message:
FATAL (149): Bad Stream record type `112' encountered in the input
Stream file. Valid range is `0-59'.
What is the record type "112"? I cannot find the code in gdsii code on
the Internet.
For your information, the gdsii format is copying the same format as
Cadence export gdsii stream file. The only different is my generated
size is less than 182 bytes but cadence generated gdsii file has 2048
bytes. I had wrote a simple program to dump the binary file, it
contains many zero at the end of 400.
HS Phuah
http://www.xs4all.nl/~kholwerd/interface/bnf/gdsformat.html
Note that there is no record type 112, so your file is likely invalid
GDSII. Perhaps you forgot to swap some bytes? GDSII files use a byte
ordering that is the opposite of most systems (including X86 processors).
If you want to send me the file, you can send it to my email address
without the _REMOVE_THIS_ and I can decode the records and tell you what's
wrong.
Frank