Struct libreda_structural_verilog::StructuralVerilogReader[][src]

pub struct StructuralVerilogReader { /* fields omitted */ }
Expand description

Reader for purely structural Verilog. Only very basic Verilog features are supported.

Implementations

Create a default Verilog reader.

If set to true cells will be read but not populated with internal instances. This way the reader will read only cell definitions but does not care about the internals of the cell. This is useful for loading libraries of standard-cells where the content of the standard-cell is not needed.

Trait Implementations

Parse a verilog netlist.

Type of error that could happen while reading a netlist.

Read a netlist from a byte stream.

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 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.