pub type PortRewriteMap = LinkedHashMap<Canonical, RRC<Port>>;
Expand description
Map to rewrite port uses. Maps the canonical name of an old port (generated using ir::Port::canonical) to the new ir::Port instance.
Aliased Typeยง
struct PortRewriteMap { /* private fields */ }