Struct libreda_structural_verilog::StructuralVerilogWriter [−][src]
pub struct StructuralVerilogWriter {}
Expand description
Verilog netlist writer.
Implementations
Trait Implementations
type Error = VerilogWriteError
type Error = VerilogWriteError
Type of error that could happen while writing a netlist.
fn write_netlist<W: Write, N: NetlistBase>(
&self,
writer: &mut W,
netlist: &N
) -> Result<(), Self::Error>
fn write_netlist<W: Write, N: NetlistBase>(
&self,
writer: &mut W,
netlist: &N
) -> Result<(), Self::Error>
Write the netlist data structure to a byte stream.