Struct hazardflow_designs::gemmini::isa::ConfigNormRs1
source · pub struct ConfigNormRs1<const ACC_BITS: usize> {
pub q_const: U<ACC_BITS>,
pub q_const_type: U<CONFIG_NORM_RS1_Q_CONST_TYPE_WIDTH>,
pub set_stats_id_only: U<CONFIG_NORM_RS1_SET_STATS_ID_ONLY_WIDTH>,
pub act_msb: U<CONFIG_NORM_RS1_ACT_MSB_WIDTH>,
pub norm_stats_id: U<CONFIG_NORM_RS1_NORM_STATS_ID_WIDTH>,
pub cmd_type: U<CONFIG_NORM_RS1_CMD_TYPE_WIDTH>,
}
Fields§
§q_const: U<ACC_BITS>
§q_const_type: U<CONFIG_NORM_RS1_Q_CONST_TYPE_WIDTH>
§set_stats_id_only: U<CONFIG_NORM_RS1_SET_STATS_ID_ONLY_WIDTH>
§act_msb: U<CONFIG_NORM_RS1_ACT_MSB_WIDTH>
§norm_stats_id: U<CONFIG_NORM_RS1_NORM_STATS_ID_WIDTH>
§cmd_type: U<CONFIG_NORM_RS1_CMD_TYPE_WIDTH>
Trait Implementations§
source§impl<const ACC_BITS: usize> Clone for ConfigNormRs1<ACC_BITS>
impl<const ACC_BITS: usize> Clone for ConfigNormRs1<ACC_BITS>
source§fn clone(&self) -> ConfigNormRs1<ACC_BITS>
fn clone(&self) -> ConfigNormRs1<ACC_BITS>
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<const ACC_BITS: usize> Debug for ConfigNormRs1<ACC_BITS>
impl<const ACC_BITS: usize> Debug for ConfigNormRs1<ACC_BITS>
impl<const ACC_BITS: usize> Copy for ConfigNormRs1<ACC_BITS>
Auto Trait Implementations§
impl<const ACC_BITS: usize> RefUnwindSafe for ConfigNormRs1<ACC_BITS>
impl<const ACC_BITS: usize> Send for ConfigNormRs1<ACC_BITS>
impl<const ACC_BITS: usize> Sync for ConfigNormRs1<ACC_BITS>
impl<const ACC_BITS: usize> Unpin for ConfigNormRs1<ACC_BITS>
impl<const ACC_BITS: usize> UnwindSafe for ConfigNormRs1<ACC_BITS>
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