eeric 0.0.21

An easily embeddable RV64I core with MFDV extensions
Documentation
1
2
3
4
5
6
7
8
9
mod base;
mod csr;
mod float;
mod vector;

pub use base::*;
pub use csr::*;
pub use float::*;
pub use vector::*;