Expand description
Rysk Core assists in the creation of RISCV virtual machines, providing virtual harts.
Usage:
- Implement the
system::Mmu
trait - Create an instance of
system::Core
withregister::Register*
as the generic type - Execute instructions using
system::Core::execute()
Re-exports§
pub use system::Core;
pub use system::Mmu;
pub use register::Register;
pub use register::Register32;
pub use register::Register64;
pub use register::RegisterSize;