Hi @Matthias
You are right.
My lambda is not match with coordinates in GDS layout file(see attached picture). I changed my lambda so it saved now.
If you can show me how to map layer in gds with layer in tech file of magic tool?
(Image)
Thank you…
Hi Matthias,
I am working on extracting GDS to an RC file, and I initially tried using OpenRoad (openRCX) for this purpose. However, since this tool requires a DEF file as input, I researched further and found that the Magic tool might be more suit…
Hi @Matthias ,
I used strmxor.exe to compare to input GDS(command: strmxor.exe input1.gds input2.gds output.gds), I got output GDS that contains what is different between them. If do we have any way to write to output what is same between them?
Tha…
Hi @Matthias,
I tried with specify certain name and the result is same. With "all cells" I did not get the message more.
I sent you the test case by email, please check your email.
Thank you,
dai
Hi @Matthias ,
like above we can do on GUI.
can we do compare layout vs layout like above by macro?.
Please let me know If you have any code example.
Thank you,
dai
Hi @Max,
Thank you for asking. I have done my macro so it is fine for me now. But if i have ChipR i want to compare speed with it to see if i can improve my macro more.
dai
Hi @dick_freebird ,
I'm not sure i understand all your thing.
the technology i doing with just support two type of via( square(32x32), rectangle(32x80))
In this case i just want to flag to @Matthias about the error.
I trying extract resistor of spe…
Thank you, @dick_freebird and @Matthias
I think i have to subdivide net into pieces because my net is complex and layout guys just want to show resistance between two specified points that they can select.
dai
Thank you, @Matthias
My connector should be on short edge of via if shape of via is rectangle(this relate to value of resistor). If it just square then don't need to care it is horizontal or vertical.
connector = via.extents(0,1.dbu)
it works also…
Hi @Matthias
BTW
Have any function help to calculate resistance from node 5 to node 6 in this picture?. I can not use netlist.simplify Because it combine all resistor to one. I trying to flag where is high resistor compare others.
(Image)
Thank y…
Hello @Matthias
Yes, it is terminals.
i trying extract resistor of polygon shape(L,T.. shape), i split polygons to squares and each square is a resistor so it form resistor like that. Here is a example.
(Image)
Thank you so much.
dai
Thank you, @Matthias
I have extended the edge to tiny polygon(i know it is not good solution but it can resolve my issue) and apply space DRC to them
(Quote)
Here is the way i created the edges,
(Quote)
i also attached the layout here.
thanks
dai
Hi @Matthias
Do you have any way to ignore or set tolerance for parameter for SVS check?. two my netlists has a different width of device so it flag connection mismatch also. It should be show property mismatch only.
Thank you,
dai