Matthias-
I did some changes in the macro and ran it.
I can see it deleted some of the texts (it those texts that I can select\copy\paste).
But there are other texts which I can't select and the macro does not delete those.
Theye are the same colo…
Matthias-
I extracted the texts from a design file using two methods-
1. Using a search query (texts from cells *). That was very fast, only a few seconds. exporting to external file was also very quick
2. Using macro below. This was very slow an…
Hi Matthias-
I'm trying to selectively reduce repeating texts in a layout for better visibility and tracing.
So I would like to find all strings in layout, summarize how many times does each string repeat, then delete each string that repeat more …
Yan-
I have used software below in a company i used to work for.
It is designed specifically to compress GDS files and can compress by a factor of 10.
But it is not cheap.
http://www.solution-soft.com/gds_mebes_compressors.shtml
Itamar
Matthias-
I did not yet see this issue happening on 0.23.7
However since the issue always happened to me when trying to load new gds file, maybe it is related to the line of code below which I think is depreciated
@file_esda = RBA::FileDialog::get…
Hi-
Just saw this thread.
I have the same problem as David reported - if macro editor window is open and I try File->Open in main window the app will usually crash.
I have a win07 64bit
using Klayout 0.23.2
Itamar
Matthias-
Caould you please give also example of how to use the QClipboard.
I'm trying to have the code copying a string to the windows clipboard.
Thanks,
Matthias-
I was going thruogh the index looking for class I could use to trace net in a macro, but did not find such.
So I'm also voting for Laurent request to have script binding to the net tracer based on layer&coordinate.
Would be a great h…
Hi Matthias-
I was able to find this label in the design but still could not figure how to transform coordinates.
Another q: How can I have this label attached to it's net. When I trace this net, I want this net to show "sen2". I tried to…
Hi Matthias-
I have a large file and I'm trying to locate a label saying "sen2" in it.
If I save the GDS file as text I can findthe following-
TEXT
LAYER 30
TEXTTYPE 4
PRESENTATION 6
STRANS 0
MAG 0.5
XY 16000: 137000
STRING sen2
EN…
Hi Matthias-
I think the problem is when doing density for via layers which have inherent low density.
When I ran it for poly i got a valid map.
Maybe it's possible to do the color scaling based on relative layer density and not based on fixed 0-10…
Hi-
I tried using it.
I get completely black map in all my attempts
When I modify macro to only report the total density, I get a result different than zero which seems to make sense.
So i don't understand why the density map is all black.
Itamar
Hi David-
I was not aware of this option.
It is a manual process (I can't just keep pressing F11 and watch the value change), but it does cover what I need.
Thanks!
Hi Matthias-
The database is of 20nm technology and the database unit is defined as 0.001um, so I don't understand why there should be an issue.
But anyway, changing the databse unit to 0.0001um before the sacaling seems to have solved the issue.
…
Hi Matthias-
I'm trying to do net tracing on two different techonolgies.
In order to do that, i created two setups (one per each tech') and each one has different connectivity layer stack scheme.
However, when i select certain tecnology (using the…