wspawn instruction support.

This commit is contained in:
cdkersey
2015-08-04 12:20:49 -06:00
parent 3011e4e757
commit c3dfe31fe7
3 changed files with 37 additions and 14 deletions

View File

@@ -81,6 +81,8 @@ namespace Harp {
Decoder &iDec;
MemoryUnit &mem;
Word interruptEntry;
std::vector<Warp> w;
};
@@ -98,7 +100,7 @@ namespace Harp {
// private:
Core *core;
Word pc, interruptEntry, shadowPc, id;
Word pc, shadowPc, id;
Size activeThreads, shadowActiveThreads;
std::vector<std::vector<Reg<Word> > > reg;
std::vector<std::vector<Reg<bool> > > pred;