Vector changes

This commit is contained in:
proshan3
2019-11-21 17:07:49 -05:00
parent 629f376551
commit 9edb7fe76c
14 changed files with 4927 additions and 3941 deletions

View File

@@ -640,7 +640,7 @@ Warp::Warp(Core *c, Word id) :
core(c), pc(0x80000000), interruptEnable(true),
supervisorMode(true), activeThreads(0), reg(0), pred(0),
shadowReg(core->a.getNRegs()), shadowPReg(core->a.getNPRegs()), id(id),
spawned(false), steps(0), insts(0), loads(0), stores(0)
spawned(false), steps(0), insts(0), loads(0), stores(0), VLEN(96)
{
D(3, "Creating a new thread with PC: " << hex << this->pc << '\n');
/* Build the register file. */