-
Notifications
You must be signed in to change notification settings - Fork 256
Devel #2097
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
Merged
Merged
Devel #2097
Conversation
This file contains hidden or 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
…rameters Previously, when deleting parameters or terminals from device definitions, these parameters or terminals re-appeared in the netlist browser, because they were generated from the template class (e.g. "A" and "B" from "RES"). An additional token is added that indicates whether to remove all entries before adding new ones. This feature is backward-compatible and LVSDB/L2N files have to be generated from new KLayout versions to make use of that feature.
…ndary parameters are separated
…but it creates confusing behavior when pasting instances into a different layout where the target cell does not exist
The following query did not render the correct box for top-level objects: select path_dtrans*shape.dbbox.center,cell_name from shapes on layer 1/0 from instances of .*.. Reason was that "path_dtrans" returned a ICplxTrans for top level instead of a DCplxTrans object.
After introducing the "do not select shapes or instances if they overlap the viewport entirely" feature, 'tap' was not finding shapes which extended beyond the view's borders. This got fixed and for 'tap', such shapes are considered again.
…arge area - which is against performance
…ayout and to manipulate it (within limits)
…o_origin/multi_origin mode, tile gaps, different arraying of fill cells)
…instances, cells and layout
…equivalent for sloppy compare. This is important for Ruby string property keys as they are often kept as byte arrays when not UTF-8 encoded.
…eralizing net function for net measurement
…eys (otherwise there may be a confusing mix present in the property repository)
…/git/klayout into feature/measurements
…maybe fixing issues on old Ruby versions
…tallation. Maybe less restarts needed.
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.
No description provided.