-
Notifications
You must be signed in to change notification settings - Fork 136
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
Merge the latest develop onto master #40
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- used the existing template DEF, no changes in the pin locations or power. - switched to Diode strategy 4, this reduces the antenna violations cnt to 22, with only a single violation exceeding the ratio by 2x. - reported DRC & LVS clean.
- this uses the GDS pointers in the maglef views to stream the GDS, which is much faster
This reverts commit dfa4afd.
of the seal ring from consideration in the density check, as is done in the Calibre deck. Also increased the step size for all layers except FOM, since the stepping is not used for the final result, so there is no need to generate such detailed checks. The metal checks are reduced to steps of half the window size, and the poly check is reduced to a step equal to the window size.
switches back to the gds fill style for the final gds write, so that magic does not try to generate the "low tap density area ID" in this layout.
does not leave behind all of the intermediate GDS files.
…velop Pull before push
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This includes several fixes and enhancements that were applied after the last merge to master.