Enum hazardflow_designs::gemmini::isa::ConfigCmd
source · pub enum ConfigCmd {
Ex,
Load,
Store,
Norm,
}
Expand description
Config command type. It is generated from rs1[2:0]
.
Variants§
Trait Implementations§
impl Copy for ConfigCmd
impl Eq for ConfigCmd
Auto Trait Implementations§
impl RefUnwindSafe for ConfigCmd
impl Send for ConfigCmd
impl Sync for ConfigCmd
impl Unpin for ConfigCmd
impl UnwindSafe for ConfigCmd
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