changes vector

This commit is contained in:
proshan3
2019-11-22 12:52:35 -05:00
parent 7037276c06
commit 53e5e62e6c
8 changed files with 65 additions and 14 deletions

View File

@@ -107,6 +107,7 @@ namespace Harp {
VerilatedVcdC * m_trace;
bool renameTable[32][32];
bool vecRenameTable[32];
bool stallWarp[32];
bool foundSchedule;

View File

@@ -17,6 +17,11 @@ namespace Harp {
int rs2;
int rd;
//Encoder
int vs1;
int vs2;
int vd;
// Instruction execute
bool is_lw;
bool is_sw;