Added support for RV64I instructions

This commit is contained in:
Santosh Raghav Srivatsan
2021-11-27 12:33:30 -05:00
parent d1892bd6ec
commit 64d47f3637
9 changed files with 125 additions and 79 deletions

View File

@@ -14,8 +14,9 @@ public:
ArchDef(const std::string &/*arch*/,
int num_cores,
int num_warps,
int num_threads) {
wsize_ = 4;
int num_threads) {
// simx64
wsize_ = 8;
vsize_ = 16;
num_regs_ = 32;
num_csrs_ = 4096;