-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
GDS files empty in magic when edited with klayout #6
Comments
This might be related to this issue, to be further investigated: KLayout/klayout#1279 |
I tiried to workaround by: The warning is gone but magic still can't display the modified gds file. In |
I think I have found the issue, will try a patch of the klayout techfiles. |
Closed, for explanation see here RTimothyEdwards/magic#221 |
Describe the bug
GDS files can not be viewed with magic if they were edited with klayout
To Reproduce
Preparation:
cp -r /foss/tools/openlane/2023.01/designs/spm /foss/designs/spm
flow.tcl -design spm -tag foo
cd spm/runs/foo/results/final/gds/
Check if gds can be opened with magic
magic spm.gds
Force issue:
ke spm.gds
File
-Save
Check again if gds can be opened with magic
magic spm.gds
Expected behavior
Magic can open the modified gds file
Environment:
Additional context
next
with2023.02
The text was updated successfully, but these errors were encountered: