eeric 0.0.2

An easily embeddable RV64I core with MFDV extensions
Documentation
1
2
3
4
5
6
7
8
9
pub use crate::rv_core::{instruction::Instruction, RvCore};

pub mod format {
    pub use crate::rv_core::instruction::format::*;
}

pub mod alias {
    pub use crate::rv_core::registers::aliases::*;
}