minor update

This commit is contained in:
Blaise Tine 2024-02-28 16:35:22 -08:00
parent 041f573815
commit 51ae0b71f3

View file

@ -101,7 +101,6 @@ module VX_scoreboard import VX_gpu_pkg::*; #(
for (genvar i = 0; i < `NUM_WARPS; ++i) begin
reg [`NUM_REGS-1:0] inuse_regs;
reg [3:0] operands_busy;
localparam iw = i % `ISSUE_WIDTH;
localparam wis = i / `ISSUE_WIDTH;