minor update

This commit is contained in:
Blaise Tine
2020-04-21 15:21:59 -04:00
parent b6ce2dd3b8
commit 43d8922f64
4 changed files with 7 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ module VX_warp_sched (
wire wstall_this_cycle;
reg[`NUM_THREADS-1:0] thread_masks[`NUM_WARPS-1:0];
reg[31:0] warp_pcs[`NUM_WARPS-1:0];
reg[31:0] warp_pcs[`NUM_WARPS-1:0];
// barriers
reg[`NUM_WARPS-1:0] barrier_stall_mask[(`NUM_BARRIERS-1):0];