hbm for vortex 2.2

This commit is contained in:
sij814 2024-08-12 02:52:47 -07:00
parent c94c3651ec
commit de81baaabf
16 changed files with 180 additions and 78 deletions

View file

@ -34,6 +34,7 @@ typedef void* vx_buffer_h;
#define VX_CAPS_GLOBAL_MEM_SIZE 0x5
#define VX_CAPS_LOCAL_MEM_SIZE 0x6
#define VX_CAPS_ISA_FLAGS 0x7
#define VX_CAPS_L3CACHE_NUM_BANKS 0x8
// device isa flags
#define VX_ISA_STD_A (1ull << ISA_STD_A)