Skip to content

Conversation

@klayoutmatthias
Copy link
Collaborator

No description provided.

@martinjankoehler
Copy link
Contributor

martinjankoehler commented Nov 14, 2024

Hi @klayoutmatthias,

there seems to be an issue now with the space_check (for sidewall),
it works if I only have 1 layer, but if I have a second layer all the markers are empty.

Example GDS:
near_body_shield_li1_m1.gds.gz

Bildschirmfoto 2024-11-14 um 21 20 34

Bildschirmfoto 2024-11-14 um 21 22 48

report("PEX DRC Experiments")

li1 = input(67, 20)
met1 = input(68, 20)

all = li1 + met1

markers = all.space(8.um, projection)
markers.output("markers")

@klayoutmatthias
Copy link
Collaborator Author

That's easy ...

67/20 is covering all of 68/20, so there is no space :)

Matthias

@martinjankoehler
Copy link
Contributor

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).

@klayoutmatthias klayoutmatthias merged commit ec21809 into master Nov 28, 2024
20 of 25 checks passed
@klayoutmatthias klayoutmatthias deleted the maybe-pex-support branch November 28, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants