Struct hazardflow_designs::gemmini::isa::GemminiCmd
source · pub struct GemminiCmd {
pub cmd: RoCCCommand<64>,
pub rob_id: HOption<U<{ _ }>>,
pub from_matmul_fsm: bool,
pub from_conv_fsm: bool,
}
Fields§
§cmd: RoCCCommand<64>
§rob_id: HOption<U<{ _ }>>
§from_matmul_fsm: bool
§from_conv_fsm: bool
Implementations§
source§impl GemminiCmd
impl GemminiCmd
pub fn is_same(self, other: GemminiCmd) -> bool
Trait Implementations§
source§impl Clone for GemminiCmd
impl Clone for GemminiCmd
source§fn clone(&self) -> GemminiCmd
fn clone(&self) -> GemminiCmd
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 GemminiCmd
impl Debug for GemminiCmd
impl Copy for GemminiCmd
Auto Trait Implementations§
impl RefUnwindSafe for GemminiCmd
impl Send for GemminiCmd
impl Sync for GemminiCmd
impl Unpin for GemminiCmd
impl UnwindSafe for GemminiCmd
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