Struct rust_hdl::prelude::MISOWidePort
source · pub struct MISOWidePort<const W: usize, const D: usize> {
pub bus: SoCPortResponder<D>,
pub port_in: Signal<In, Bits<W>>,
pub strobe_in: Signal<In, bool>,
pub clock_out: Signal<Out, Clock>,
/* private fields */
}
Fields§
§bus: SoCPortResponder<D>
§port_in: Signal<In, Bits<W>>
§strobe_in: Signal<In, bool>
§clock_out: Signal<Out, Clock>
Trait Implementations§
source§impl<const W: usize, const D: usize> Block for MISOWidePort<W, D>
impl<const W: usize, const D: usize> Block for MISOWidePort<W, D>
source§fn connect_all(&mut self)
fn connect_all(&mut self)
Connects the internal signals of the circuit - used to initialize the circuit
source§fn update_all(&mut self)
fn update_all(&mut self)
Propogate changes from inputs to outputs within the circuit
source§fn has_changed(&self) -> bool
fn has_changed(&self) -> bool
Returns
true
if anything in the circuit has changed (outputs or internal state)