diff options
| author | Mahmoud <[email protected]> | 2019-11-21 21:43:12 -0500 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-11-21 21:43:12 -0500 |
| commit | 0dae88ce0e247acd12259fb57362d9600c05c18b (patch) | |
| tree | fac655cf4a20f2ce8e2732f8f0c177525a4f849a /src/trace-driven/volta_opcode.h | |
| parent | 1353e4322328f369bd4c23bf228790f34984d860 (diff) | |
adding pascal code and fixing atomic bug
Diffstat (limited to 'src/trace-driven/volta_opcode.h')
| -rw-r--r-- | src/trace-driven/volta_opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace-driven/volta_opcode.h b/src/trace-driven/volta_opcode.h index 23f0bd7..3d03201 100644 --- a/src/trace-driven/volta_opcode.h +++ b/src/trace-driven/volta_opcode.h @@ -10,7 +10,7 @@ #include <string> #define VOLTA_BINART_VERSION 70 - +#define VOLTA_SHARED_MEMORY_VIRTIAL_ADDRESS_START 0x00007f2c60000000 //TO DO: moving this to a yml or def files |
