mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
opaesim and xrtsim multi-bank memory support
This commit is contained in:
parent
00feb8b424
commit
b8199decf4
27 changed files with 488 additions and 464 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue