Struct rust_hdl::prelude::MISOFIFOPort
source · pub struct MISOFIFOPort<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> {
pub bus: SoCPortResponder<W>,
pub fifo_bus: FIFOWriteResponder<Bits<W>>,
/* private fields */
}
Fields§
§bus: SoCPortResponder<W>
§fifo_bus: FIFOWriteResponder<Bits<W>>
Trait Implementations§
source§impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Block for MISOFIFOPort<W, N, NP1, BLOCK>
impl<const W: usize, const N: usize, const NP1: usize, const BLOCK: u32> Block for MISOFIFOPort<W, N, NP1, BLOCK>
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)