Struct FifoWrite
pub struct FifoWrite<D> {
write: inv Option<D>,
full: bool,
}Expand
A fifo write port. Writes a single element of data data in to the write port unless full
is true. If full is true, the write is ignored
pub struct FifoWrite<D> {
write: inv Option<D>,
full: bool,
}A fifo write port. Writes a single element of data data in to the write port unless full
is true. If full is true, the write is ignored