fwsGonzo / libriscv

The fastest RISC-V sandbox
BSD 3-Clause "New" or "Revised" License
522 stars 46 forks source link

Implement N-bit encompassing arena #165

Closed fwsGonzo closed 1 week ago

fwsGonzo commented 1 week ago

Expand the 32-bit arena concept to allow any power-of-two. This makes it possible for me to use it in a place where there are a bunch of emulators, each not requiring much memory.

Very experimental!