Guest
Hi there,
i've taken a layout from one process to another almost identical one.
They are so similar i can take the layout and search and replace the
library of the pCells and its almost DRC clean. Is there an easy way
to re-reference the library name of the symbolic contacts/vias?
I have almost zero skill knowledge but i did crudely try:
w = hiGetCurrentWindow()
cv = geGetWindowCellView(w)
cv~>instances~>libName="stu_new_process"
but this returned:
*Error* setSGq: dbSetq: Can not set attribute - libName
I think that libName is the correct attribute as when i do:
cv~>instances~>libName
it returns:
("stu_old_process")
Thanks
Stu
i've taken a layout from one process to another almost identical one.
They are so similar i can take the layout and search and replace the
library of the pCells and its almost DRC clean. Is there an easy way
to re-reference the library name of the symbolic contacts/vias?
I have almost zero skill knowledge but i did crudely try:
w = hiGetCurrentWindow()
cv = geGetWindowCellView(w)
cv~>instances~>libName="stu_new_process"
but this returned:
*Error* setSGq: dbSetq: Can not set attribute - libName
I think that libName is the correct attribute as when i do:
cv~>instances~>libName
it returns:
("stu_old_process")
Thanks
Stu