eeric 0.0.2

An easily embeddable RV64I core with MFDV extensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub struct Csrr {
    pub rd: usize,
    pub rs1: usize,
    pub csr: usize,
}

pub struct Csri {
    pub rd: usize,
    pub uimm: usize,
    pub csr: usize,
}