Crate rysk_core

Source
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 with register::Register* as the generic type
  • Execute instructions using system::Core::execute()

Re-exports§

Modules§