-
Notifications
You must be signed in to change notification settings - Fork 213
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
Some add-ons for potential application in the PEX context #1916
Conversation
…, including foreign()
…- even those which do not have neighbors.
… Matrix transformation support for edge pairs.
Hi @klayoutmatthias, there seems to be an issue now with the Example GDS: report("PEX DRC Experiments")
li1 = input(67, 20)
met1 = input(68, 20)
all = li1 + met1
markers = all.space(8.um, projection)
markers.output("markers") |
That's easy ... 67/20 is covering all of 68/20, so there is no space :) Matthias |
Right, I need to call it for each layer separately (earlier we used multiple layers (acting as nets), but only non-overlapping ones). |
No description provided.