Trait libreda_pnr::db::NetlistBaseMT
source · pub trait NetlistBaseMT: NetlistBase<PinId = Self::PinIdMT, PinInstId = Self::PinInstIdMT, NetId = Self::NetIdMT> + HierarchyBaseMT {
type PinIdMT: IdTypeMT;
type PinInstIdMT: IdTypeMT;
type NetIdMT: IdTypeMT;
}Expand description
Helper trait which constrains NetlistBase for such that ID types
are Send and Sync as commonly used for parallel algorithms.
Required Associated Types§
sourcetype PinInstIdMT: IdTypeMT
type PinInstIdMT: IdTypeMT
ID of a pin instance.