Skip to content

Commit

Permalink
flit: And regenerate the sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Nov 15, 2023
1 parent 94760ba commit 6bf4806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/floo_axi_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ package floo_axi_pkg;

localparam int unsigned NumXBits = 3;
localparam int unsigned NumYBits = 3;
localparam int unsigned XAddrOffset = 36;
localparam int unsigned YAddrOffset = 39;
localparam int unsigned XAddrOffset = 16;
localparam int unsigned YAddrOffset = 19;

typedef struct packed {
logic [NumXBits-1:0] x;
Expand Down

0 comments on commit 6bf4806

Please sign in to comment.