Struct hazardflow_designs::gemmini::sram::accumulator::AccumulatorReadReq
source · pub struct AccumulatorReadReq {
pub scale: U<32>,
pub full: bool,
pub act: U<3>,
pub from_dma: bool,
pub addr: U<9>,
}
Expand description
Accumulator Read Request
https://github.com/ucb-bar/gemmini/blob/master/src/main/scala/gemmini/AccumulatorMem.scala#L8
Fields§
§scale: U<32>
acc_scale
full: bool
full
act: U<3>
activation
from_dma: bool
fromDMA
addr: U<9>
accumulator address
Trait Implementations§
source§impl Clone for AccumulatorReadReq
impl Clone for AccumulatorReadReq
source§fn clone(&self) -> AccumulatorReadReq
fn clone(&self) -> AccumulatorReadReq
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 AccumulatorReadReq
impl Debug for AccumulatorReadReq
impl Copy for AccumulatorReadReq
Auto Trait Implementations§
impl RefUnwindSafe for AccumulatorReadReq
impl Send for AccumulatorReadReq
impl Sync for AccumulatorReadReq
impl Unpin for AccumulatorReadReq
impl UnwindSafe for AccumulatorReadReq
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