merge fixes

This commit is contained in:
Blaise Tine
2021-10-17 18:33:02 -07:00
parent bf72800676
commit 0d62129d32
3 changed files with 5 additions and 4 deletions

View File

@@ -71,8 +71,8 @@ module VX_warp_sched #(
// activate first warp
warp_pcs[0] <= `STARTUP_ADDR;
active_warps[0] <= '1;
thread_masks[0] <= '1;
active_warps[0] <= 1;
thread_masks[0] <= 1;
end else begin
if (warp_ctl_if.valid && warp_ctl_if.wspawn.valid) begin
use_wspawn <= warp_ctl_if.wspawn.wmask & (~`NUM_WARPS'(1));