Hi, WLINE:
My experience is if the cell dimension greater than 5000 x 5000um or >2 billion polygons. The Boolean operation will need at least 120GB memory on using flat mode. For reducing the memory consumption, I recommend to use hierchy mode. I…
Hi, OkGuy:
Based my experience, klayout 0.23+ version is good for DRC. I use the Boolean operation to figure out the width/space Perato. Here is my example code:
########################################333
tileNo = 10 #define the tiles …
Hi, Matthias:
Due the advanced or MEMS Silicon process, the chip direction is need fixed for match the Si wafer crystal orientation. So the automatic roate 90 degrees in height > width case could be a option for choice.
Thanks!
regards,
arided
Hi, Matthias:
Thank you! I will try to learn version 0.23 RBM again. I found it quite different with old veriosn with layer_process built-in simple script.
regards,
arided
Hi, Romaxx:
I use simple method in klayout-0.22.19 (old version).
First, you could download the layer_proc.rbm into klayout directory on the layer process framework: http://www.klayout.de/useful_scripts.html
Then, apply layer_proc.rbm script on k…
Hi Dion:
Matthias had provided the layer_process.rbm macro file. You can detach it and follow his comment to use klayout -rm layer_process.rbm on the tools menu bar.
http://www.klayout.de/useful_scripts.html
Here is two layers xor example…
Hi Matthias:
Thank you for your macro. It's very good for me on the Boolean operation. I can use this Boolean script to generate part of INTERACT function.
arided