You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.) There is an undocumented and useful feature to use only "-" for disabling the top cell. But it's not working :(
To disable to the top cell, use
source.select("-" + source.cell_name, "+CELL")
3.) Hierarchical selection "with cells below" may not render the desired results in deep mode. Reason: this requires cell variants as one cell may be selected in one path, but not in the other. Currently, cell variant building is not supported.
The text was updated successfully, but these errors were encountered:
klayoutmatthias
changed the title
Some DRC functions with Source objects don't act on copies as they are supposed to
DRC "Source#select" does not work as documented
Oct 8, 2020
* WIP: added test case, fixed dup problem and '-' shortcut
* WIP: updated DRC doc and could not resist the temptation to fix 'it's' vs. 'its'
* Deep mode also working with select now. Updated tests.
1.) Contrary to the documentation, the "select" feature modifies the source rather than returning a copy.
Technical reason is the "dup" function which does not create a deep copy.
Workaround: Instead of using
use
2.) There is an undocumented and useful feature to use only "-" for disabling the top cell. But it's not working :(
To disable to the top cell, use
3.) Hierarchical selection "with cells below" may not render the desired results in deep mode. Reason: this requires cell variants as one cell may be selected in one path, but not in the other. Currently, cell variant building is not supported.
The text was updated successfully, but these errors were encountered: