Hi,
I'm currently on ICADV12.3-64b and I'm looking for a way to generate a gds file such that the instance names for Pcells(or any other cells that do not have unique names) are the same(e.g suffix is a counter which counts up for every instance encountered) each time I strmout a gds.
So far, I've tried options such as "flatten PCells" and "flatten Vias" when exporting the gds, but the results of the fastxor run do not seem to match the fastxor run where I select "create gdsii"(let fastxor create the two gds's).
I need this so that I can run fastxor on a list of cells that exist in multiple libraries through the command line.
Thanks.