D
del
Guest
Hi,
I need to replace both the library and cell names of all instances in the current cell view:
Suppose I have a schematic cell view with the following instances:
i0: libname=primitives_old
cellname=inverter_veryold
i1: libname=primitives_old
cellname=inverter4x_veryold
i2: libname=primitives_old
cellname=buffer4x_veryold
and I want to create a new schematic cell view with the following instances:
i0: libname=primitives_new
cellname=inverter_verynew
i1: libname=primitives_new
cellname=inverter4x_verynew
i2: libname=primitives_new
cellname=buffer4x_verynew
How do I go about doing this?
Thanks!
I need to replace both the library and cell names of all instances in the current cell view:
Suppose I have a schematic cell view with the following instances:
i0: libname=primitives_old
cellname=inverter_veryold
i1: libname=primitives_old
cellname=inverter4x_veryold
i2: libname=primitives_old
cellname=buffer4x_veryold
and I want to create a new schematic cell view with the following instances:
i0: libname=primitives_new
cellname=inverter_verynew
i1: libname=primitives_new
cellname=inverter4x_verynew
i2: libname=primitives_new
cellname=buffer4x_verynew
How do I go about doing this?
Thanks!