eeric 0.0.21

An easily embeddable RV64I core with MFDV extensions
Documentation
1
2
3
4
5
pub trait Snapshotable {
    type Snapshot;

    fn snapshot(&self) -> Self::Snapshot;
}