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;
fn vcd(self) -> VCDValue;
fn verilog(self) -> VerilogLiteral;
fn name(_ndx: usize) -> &'static str { ... }
}