I have another problem.
If I execute below, DRC indeed check twice. (ie. check if width <3um,5um).
But it seems that it only checks cells currently shown on top (layout("@1") cell1 is show on top) even if I have a commend to select &quo…
I somehow found why. I didn't output any results to the report("test")
This works fine.
cell1= layout("@1").select("Cell1Name")
cell2= layout("@2").select("Cell2Name")
report("test")
layer…