pub trait HierarchyIds {
type CellId: IdType;
type CellInstId: IdType;
}Expand description
Identifier types used for components of hierarchical netlists and layouts.
Required Associated Types§
Sourcetype CellInstId: IdType
type CellInstId: IdType
Cell instance identifier type.