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

@@ -8,7 +8,7 @@
#include <iostream>
#include "types.h"
#include "trace.h"
namespace Harp {
class Warp;
class Ref;
@@ -79,7 +79,7 @@ namespace Harp {
{
}
void executeOn(Warp &warp);
void executeOn(Warp &warp, trace_inst_t *);
friend std::ostream &operator<<(std::ostream &, Instruction &);
/* Setters used to "craft" the instruction. */