VCD for power

This commit is contained in:
fares
2019-11-21 23:25:51 -05:00
37 changed files with 30538 additions and 820290 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. */