Struct moore_svlog_hir::Root [] [src]

pub struct Root {
    pub top: NodeId,
    pub mods: HashMap<NodeId, Module>,
    pub intfs: HashMap<NodeId, Interface>,
    pub pkgs: HashMap<NodeId, Package>,
}

The root of the HIR tree. This represents one elaborated design.

Fields