simX within 30% cycles of the RTL for matAdd

This commit is contained in:
felsabbagh3
2019-11-11 00:37:34 -05:00
parent 92e88a7bb2
commit f717ff56da
9 changed files with 605 additions and 73 deletions

View File

@@ -28,6 +28,9 @@ namespace Harp {
// Instruction execute
bool stall_warp;
bool wspawn;
bool stalled;
} trace_inst_t;
}