Fix whitespace error

This commit is contained in:
Greg Davill 2026-04-11 16:03:13 +09:30
parent 419f3192c5
commit c20a6f4396
No known key found for this signature in database
GPG Key ID: 80EE31ACCEBEA6DA
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module t ( /*AUTOARG*/);
localparam logic [31:0] KEY_ARR_A[4] = '{0: BASE_ADDRS[0:1], 2: 32'hF2, 3: 32'hF3};
localparam logic [31:0] KEY_ARR_B[4] = '{2: ALL_ADDRS[1:2], default: 32'h00};
// Keyed pattern where values are indexed from another array param
// Keyed pattern where values are indexed from another array param
// the key determines position, not the source array's element count.
localparam logic [31:0] KEYED_FROM_ARR[3] = '{
0: BASE_ADDRS[2], 1: BASE_ADDRS[0], 2: BASE_ADDRS[1]