fixed simX multicore support, added shared memory

This commit is contained in:
Blaise Tine
2021-03-04 20:45:27 -08:00
parent 5e3a949d2d
commit 8a86bddd3e
18 changed files with 824 additions and 717 deletions

View File

@@ -14,6 +14,8 @@ typedef uint32_t Size;
typedef std::bitset<32> ThreadMask;
typedef std::bitset<32> WarpMask;
enum MemFlags {
RD_USR = 1,
WR_USR = 2,