From 629f3765512a4feb51e271a29499d248fc3c74a9 Mon Sep 17 00:00:00 2001 From: fares Date: Thu, 21 Nov 2019 13:25:25 -0500 Subject: [PATCH] removed the last stage --- simX/core.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simX/core.cpp b/simX/core.cpp index bf3bec58..ae3fa966 100644 --- a/simX/core.cpp +++ b/simX/core.cpp @@ -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; }