Struct moore_svlog::hir::ModuleBlock[][src]

pub struct ModuleBlock {
    pub insts: Vec<NodeId>,
    pub decls: Vec<NodeId>,
    pub procs: Vec<NodeId>,
    pub gens: Vec<NodeId>,
    pub params: Vec<NodeId>,
    pub assigns: Vec<NodeId>,
    pub last_rib: NodeId,
}
Expand description

The contents of a module.

Fields

insts: Vec<NodeId>

The module/interface instances in the module.

decls: Vec<NodeId>

The variable and net declarations in the module.

procs: Vec<NodeId>

The procedures in the module.

gens: Vec<NodeId>

The generate blocks in the module.

params: Vec<NodeId>

The parameter declarations in the module.

assigns: Vec<NodeId>

The continuous assignments in the module.

last_rib: NodeId

The bottom of the name scope tree.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.