Trait rust_hdl::core::logic::Logic

source ·
pub trait Logic {
    fn update(&mut self);

    fn connect(&mut self) { ... }
    fn hdl(&self) -> Verilog { ... }
    fn timing(&self) -> Vec<TimingInfo>  { ... }
}

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§