mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
fixed synthesis warning
This commit is contained in:
parent
ed66ee2806
commit
9053919e92
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ module VX_rr_arbiter #(
|
|||
|
||||
end else if (MODEL == 2) begin
|
||||
|
||||
reg [LOG_NUM_REQS-1:0] grant_table [NUM_REQS-1:0];
|
||||
reg [NUM_REQS-1:0][LOG_NUM_REQS-1:0] grant_table;
|
||||
reg [LOG_NUM_REQS-1:0] state;
|
||||
|
||||
for (genvar i = 0; i < NUM_REQS; ++i) begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue