Skip to content
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

strict mode oasis should write the S_CELL_OFFSET into the CELLNAME table #1482

Closed
stefanottili opened this issue Sep 12, 2023 · 0 comments · Fixed by #1501
Closed

strict mode oasis should write the S_CELL_OFFSET into the CELLNAME table #1482

stefanottili opened this issue Sep 12, 2023 · 0 comments · Fixed by #1501
Assignees
Labels
Milestone

Comments

@stefanottili
Copy link

stefanottili commented Sep 12, 2023

The klayout/strm2oas default is to write strict mode oasis, but the CELLNAME table currently doesn't contain the S_CELL_OFFSET property.

In order be able to take advantage of strict mode and to allow multi threaded oasis readers random access, the CELLNAME table has to contain the S_CELL_OFFSET property.

Currently one has to use --write-std-properties=2, but that shouldn't be necessary to write S_CELL_OFFSET in strict mode.

Leave that switch for S_BOUNDING_BOX, which tools usually compute on their own anyways.

@klayoutmatthias klayoutmatthias modified the milestones: 0.28.11, 0.28.13 Sep 13, 2023
@klayoutmatthias klayoutmatthias self-assigned this Oct 6, 2023
klayoutmatthias pushed a commit that referenced this issue Oct 6, 2023
klayoutmatthias added a commit that referenced this issue Nov 7, 2023
Fixed issue #1482 (strict mode oasis should write the S_CELL_OFFSET i…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants