Trait rust_hdl::core::synth::Synth[][src]

pub trait Synth: Default + Copy + PartialEq + Debug {
    const BITS: usize;
    const ENUM_TYPE: bool;
    const TYPE_NAME: &'static str;
    const SIGNED: bool;

    fn vcd(self) -> VCDValue;
fn verilog(self) -> VerilogLiteral; fn name(_ndx: usize) -> &'static str { ... } }

Associated Constants

Required methods

Provided methods

Implementors