eeric 0.0.2

An easily embeddable RV64I core with MFDV extensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![feature(unboxed_closures)]
#![feature(fn_traits)]
#![feature(iter_next_chunk)]

mod extensions;
pub mod prelude;
mod rv_core;

pub use rv_core::instruction::{format as Format, Instruction};
pub use rv_core::registers::aliases::*;
pub use rv_core::RvCore;