cartesi / machine-emulator

The off-chain implementation of the Cartesi Machine
GNU Lesser General Public License v3.0
64 stars 33 forks source link

Support writing TLB with `write_memory` method #244

Open edubart opened 3 months ago

edubart commented 3 months ago

Context

Support writing the TLB with write_memory. While read_memory can read TLB, the write_memory cannot write it. I was needing this while hacking to save/restore machine states.