Remove cycle counting and timers from mini-rv32ima

This commit is contained in:
Toby Jaffey 2025-12-14 11:19:23 +00:00
parent a693fed59c
commit 861c75d80e
3 changed files with 15 additions and 2 deletions

View file

@ -41,6 +41,7 @@ SOFTWARE.
// Setup and hooks for mini-rv32ima emulator core
#define MINIRV32_DECORATE static
#define MINIRV32_RETURN_TRAP
#define MINIRV32_NO_TIMERS_NO_CYCLES
#define MINI_RV32_RAM_SIZE UVM32_MEMORY_SIZE
#define MINIRV32_POSTEXEC(pc, ir, retval) {if (retval > 0) return retval;}
uint32_t _uvm32_extramLoad(void *userdata, uint32_t addr, uint32_t accessTyp);