Extended register file to 64 bits

This commit is contained in:
Santosh Raghav Srivatsan
2021-11-08 17:54:16 -05:00
parent 8a550b625c
commit 9cd8dec397
6 changed files with 10 additions and 5 deletions

View File

@@ -9,6 +9,8 @@ namespace vortex {
typedef uint8_t Byte;
typedef uint32_t Word;
typedef int32_t WordI;
// simx64
typedef uint64_t DoubleWord;
typedef uint32_t Addr;
typedef uint32_t Size;