Struct hazardflow_designs::cpu::mem::MemEP
source · pub struct MemEP {
pub wb_info: HOption<Register>,
pub debug_pc: u32,
pub debug_inst: u32,
}
Expand description
Payload from memory stage to writeback stage.
Fields§
§wb_info: HOption<Register>
Writeback information.
It contains the writeback address and data.
debug_pc: u32
PC (for debugging purpose).
debug_inst: u32
Instruction (for debugging purpose).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MemEP
impl Send for MemEP
impl Sync for MemEP
impl Unpin for MemEP
impl UnwindSafe for MemEP
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