Hi, I'd like to do the hierarchy copy to a self-contained library. How should I do? I'm okay to use SKILL or GUI operation. Thanks! The design has different libraries across the hierarchy which can be described as below: - schematic, layout can be from different libraries - layout, symbol view name can be something different from default and has no known naming rules (e.g. symbol_left, symbol_right, layout_left, layout_right ...) I'm not sure whether "Hierarchy copy" + "Exact hierarchy" + "Extra views" in Library manager can do this but the problem is I don't know all the non-default view names of layout or symbol (e.g. layout_left, symbol_small ...) schematic hierarchy example: LibA / cellA / schematic -> LibA / cellAAA / symbol_left -> LibB / cellBBB / symbol_right -> LibC / cellCCC / symbol layout hierarchy example: LibA / cellA / layout -> LibA / cellAAA / layout_left -> LibB / cellBBB / layout_right -> LibC / cellCCC / layout
↧