connan

About

Username
connan
Joined
Visits
43
Last Active
Roles
Member

Comments

  • Hi Matthias, you exactly got the point here, but I think it's a slightly more general issue. Think of a layout with a PCell even from the standard library. Let's say the circles' TypeLayer property is set to 1/0. If I now remap the layout with the b…
  • Hi Matthias, 'merging' is done via adding all the layouts to a 'per die' library which gets then created on startup. Here is an example for a SEM-Bar Library: import pyaimport sysfrom pathlib import Pathfrom abc import ABC, abstractmethod#main libr…
  • Hi Tomas, thank you or your answers! Much appreciated. 1) I have to think about renaming. Right now it's really convenient since I don't have to touch any of the partial layouts and this would incorporate an additional 'touch' on those. 2) a) I'm …
  • Dear Matthias, thank you for the elaborate answer. I do understand, but the actual use case is a bit more complicated. First of all, its not really about a PCell to decide about its name, it is just about the inital name given. Which is now TEXT$X…
  • Thank you fo the clear answer. I'm using scripts and regions to achieve the desired results. Source strings would just be the easiest way I could think off. BR connan