opaesim and xrtsim multi-bank memory support

This commit is contained in:
Blaise Tine 2024-09-22 03:54:40 -07:00
parent 00feb8b424
commit b8199decf4
27 changed files with 488 additions and 464 deletions

View file

@ -35,6 +35,7 @@ typedef void* vx_buffer_h;
#define VX_CAPS_LOCAL_MEM_SIZE 0x6
#define VX_CAPS_ISA_FLAGS 0x7
#define VX_CAPS_NUM_MEM_BANKS 0x8
#define VX_CAPS_MEM_BANK_SIZE 0x9
// device isa flags
#define VX_ISA_STD_A (1ull << ISA_STD_A)