Re: layout to svg



Tim wrote:

One possible problem with flattening the hierarchy is the text. In the
pcells in our PDK the instance name text is a paramaterized label
[@instanceName] so when it is flattened it changes back from EX: M1
back to [@instanceName].

Ah, I've not come across that in a layout before. Unfortunately for you, my
code does flatten all pcells and mosaics by one level until there are none
left (hence the need for the temporary library) as that's a much easier
solution than trying to figure out whether two pcell instances are
identical and then assigning unique names.

Cheers,

Roger
.