minor update

This commit is contained in:
Blaise Tine
2021-02-22 13:30:45 -08:00
parent 1346d64ba9
commit 1792571e1b
2 changed files with 26 additions and 16 deletions

View File

@@ -212,9 +212,9 @@ module VX_warp_sched #(
wire [`NUM_WARPS-1:0] schedule_ready = schedule_table & ~(stalled_warps | total_barrier_stall | fetch_lock);
always @(*) begin
schedule_valid = 0;
thread_mask = 'x;
warp_pc = 'x;
schedule_valid = 0;
thread_mask = 'x;
warp_pc = 'x;
scheduled_warp = 'x;
for (integer i = 0; i < `NUM_WARPS; ++i) begin
if (schedule_ready[i]) begin