pub struct RiscVDecoder(/* private fields */);Expand description
Debug monitor for a RISC-V core.
On reset and on clock, decodes the 32-bit value presented to in as a RV32I instruction and
prints it to the screen.
Implementations§
Source§impl RiscVDecoder
impl RiscVDecoder
pub fn new() -> RiscVDecoder
Trait Implementations§
Source§impl Debug for RiscVDecoder
impl Debug for RiscVDecoder
Source§impl ExtInstance for RiscVDecoder
impl ExtInstance for RiscVDecoder
Auto Trait Implementations§
impl Freeze for RiscVDecoder
impl RefUnwindSafe for RiscVDecoder
impl Send for RiscVDecoder
impl Sync for RiscVDecoder
impl Unpin for RiscVDecoder
impl UnwindSafe for RiscVDecoder
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