I'd probably do it by writing a simple bit of SKILL - your requirement was a little vague (which was why I didn't reply sooner). What are you expecting to provide to the program? A list of instance names? Or do you want to replace all instances from a particular library with cells from a different library with the suffix added to each? In general, changing the master (symbol) for a specific instance would be done by setting ~>master to the database object of the new cellView (you can't directly set libName/cellName/viewName); if you want to change all instances of a particular lib/cell/view in a schematic you'd probably use dbSetInstHeaderMasterName. I think it might end up being a bit tortuous to do this with schHiReplace. Andrew
↧