Struct hazardflow_designs::gemmini::execute::systolic_array::pe::PeRowData
source · pub struct PeRowData {
pub a: S<INPUT_BITS>,
}
Expand description
PE row data signals.
Fields§
§a: S<INPUT_BITS>
A.
Represents the activation value.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PeRowData
impl Send for PeRowData
impl Sync for PeRowData
impl Unpin for PeRowData
impl UnwindSafe for PeRowData
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