Struct hazardflow_designs::gemmini::execute::systolic_array::pe::PeColControl
source · pub struct PeColControl {
pub id: U<ID_BITS>,
pub last: bool,
pub control: PeControl,
}
Expand description
PE column control signals.
Fields§
§id: U<ID_BITS>
Identifier for the matrix multiplication operation (not used in the PE logic).
last: bool
Indicates whether the current row is the last row (not used in the PE logic).
control: PeControl
PE control signals.
Trait Implementations§
source§impl Clone for PeColControl
impl Clone for PeColControl
source§fn clone(&self) -> PeColControl
fn clone(&self) -> PeColControl
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 PeColControl
impl Debug for PeColControl
impl Copy for PeColControl
Auto Trait Implementations§
impl RefUnwindSafe for PeColControl
impl Send for PeColControl
impl Sync for PeColControl
impl Unpin for PeColControl
impl UnwindSafe for PeColControl
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