It looks like you're new here. If you want to get involved, click one of these buttons!
I would like to automate the fill tool under utilities to add a "loading" boxes to a die and scribe street. I may need an example of Ruby script for the fill utlity.
Comments
What are the parameters you are using?
I have a gds file with the unit cell loading structure. I would like to place it via stepping the unit cell (cross) every 10um in both x and y bounded by a layer gds drawn scribe
In this case the unit cell (loading structure) could be a 5um x 5um box
BTW can this be done in DRC?
Yes, DRC is able to do this. For details see here: https://www.klayout.de/doc-qt5/about/drc_ref_layer.html#h2-1080
Here is some sample:
Matthias
Thanks for the script. I tried to run a bit modified version but it left small gaps in some places. Unfortunately I was not able to attach the .oas file, but it was very simple one: only one donut in layer 1, inner radius 80µm and outer radius 82µm. DRC script was almost the same:
Is there an error in my code or is it a bug? KLayout-version is 27.8 running on 64-bit Win10.
You can attache OAS when you put it into a .zip archive. Or could you paste a screen shot at least?
And it's always worth trying the latest version.
Matthias
Here you are!
KLayout 28.5 used this time.
Many thanks. Nicely prepared test case.
BTW: you can significantly improve the space check speed on 0.28.5 using this space check (note the added "merged"):
I have to debug the issue. A ticket has been created here: https://github.com/KLayout/klayout/issues/1309
Kind regards,
Matthias