Changed all instances of DWord to XWord and DWordI to XWordI. Added XLEN parameterization to the simx Makefile

This commit is contained in:
Santosh Srivatsan
2022-01-22 13:47:44 -05:00
parent 91c22a2592
commit ad92c09f5b
10 changed files with 77 additions and 60 deletions

View File

@@ -109,9 +109,9 @@ public:
Word icache_read(Addr, Size);
DWord dcache_read(Addr, Size);
XWord dcache_read(Addr, Size);
void dcache_write(Addr, DWord, Size);
void dcache_write(Addr, XWord, Size);
Word tex_read(uint32_t unit, Word lod, Word u, Word v, std::vector<mem_addr_size_t>* mem_addrs);