removed the last stage

This commit is contained in:
fares 2019-11-21 13:25:25 -05:00
parent 7a9a1efc46
commit d978f3c908

View file

@ -560,9 +560,9 @@ void Core::writeback()
if (inst_in_wb.stall_warp)
{
// stallWarp[inst_in_wb.wid] = false;
release_warp = true;
release_warp_num = inst_in_wb.wid;
stallWarp[inst_in_wb.wid] = false;
// release_warp = true;
// release_warp_num = inst_in_wb.wid;
}