We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dump_gds2 issues an ERROR for gds with zero padding at the end to get to multiple of 2k file sizes. it should just ignore everything past ENDLIB
dump_gds2 test.gds.gz
000002452 00 04 07 00 ENDSTR 000002456 00 04 04 00 ENDLIB *** ERROR: Invalid record length less than 4 (position=2462, cell=UNKNOWN_CELL)
gunzip -c test.gds.gz | xxd
00000980: 0000 0708 0000 0190 0000 06a4 0000 012c ..............., 00000990: 0004 1100 0004 0700 0004 0400 0000 0000 ................ 000009a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 000009b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ ... 00000fe0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 00000ff0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
test.gds.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dump_gds2 issues an ERROR for gds with zero padding at the end to get to multiple of 2k file sizes.
it should just ignore everything past ENDLIB
dump_gds2 test.gds.gz
gunzip -c test.gds.gz | xxd
test.gds.gz
The text was updated successfully, but these errors were encountered: