Struct hazardflow_designs::gemmini::sram::accumulator::AccumulatorReadResp
source · pub struct AccumulatorReadResp {
pub data: U<ACC_DATA_WIDTH>,
pub from_dma: bool,
}
Expand description
Accumulator Read Response
https://github.com/ucb-bar/gemmini/blob/master/src/main/scala/gemmini/AccumulatorMem.scala#L22
Fields§
§data: U<ACC_DATA_WIDTH>
data
from_dma: bool
from_dma
Trait Implementations§
source§impl Clone for AccumulatorReadResp
impl Clone for AccumulatorReadResp
source§fn clone(&self) -> AccumulatorReadResp
fn clone(&self) -> AccumulatorReadResp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AccumulatorReadResp
impl Debug for AccumulatorReadResp
impl Copy for AccumulatorReadResp
Auto Trait Implementations§
impl RefUnwindSafe for AccumulatorReadResp
impl Send for AccumulatorReadResp
impl Sync for AccumulatorReadResp
impl Unpin for AccumulatorReadResp
impl UnwindSafe for AccumulatorReadResp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more