Struct hazardflow_designs::gemmini::execute::MeshRespExtended
source · pub struct MeshRespExtended {
pub mesh_resp: MeshResp,
pub output_counter: U<4>,
pub start_array_outputting: bool,
}
Expand description
Information for SRAM write.
Fields§
§mesh_resp: MeshResp
Response from the Mesh (what to write)
output_counter: U<4>
SRAM write counter
start_array_outputting: bool
Is it valid to write to the SRAM? (!mesh_resp.tag.addr.is_garbage_addr
)
Trait Implementations§
source§impl Clone for MeshRespExtended
impl Clone for MeshRespExtended
source§fn clone(&self) -> MeshRespExtended
fn clone(&self) -> MeshRespExtended
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 MeshRespExtended
impl Debug for MeshRespExtended
impl Copy for MeshRespExtended
Auto Trait Implementations§
impl RefUnwindSafe for MeshRespExtended
impl Send for MeshRespExtended
impl Sync for MeshRespExtended
impl Unpin for MeshRespExtended
impl UnwindSafe for MeshRespExtended
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