Hi Matthias,
I think one viable solution would be to calculate the base path prior resolving possible symbolic links.
Assuming we have the below directory structure as part of $KLAYOUT_PATH,
klayout/tech
test.lyp -> 2/test.lyp
test.lyt …
Hello Matthias,
The problem occurs when the files are checked-in, not when checked-out. When checked-in, the “tech/*.{lyt,lyp}” files are symbolic links, and the actual files they point to can happen to reside in different locations, when either fi…
Hello Matthias,
My thought was "Is it possible to avoid running the PyCell callbacks everytime something happens, only when needed (once per instantiate/update to be more clear)".
Having less redundant callback runs would definitely impr…