Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azaidy committed Oct 3, 2024
1 parent 1208827 commit 5fc55b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umi/lumi/rtl/lumi_regmap.vh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ localparam LUMI_STATUS = 8'h04; // device status
localparam LUMI_TXMODE = 8'h10; // tx operating mode
localparam LUMI_RXMODE = 8'h14; // rx operating mode
localparam LUMI_CRDTINIT = 8'h20; // Credit init value
localparam LUMI_CRDTINTRVL = 8'h24; // Credir update interval
localparam LUMI_CRDTINTRVL = 8'h24; // Credit update interval
localparam LUMI_REQCRDTSTALLCYC = 8'h30; // Cycle count of outstanding request transaction and credits are not available
localparam LUMI_RESPCRDTSTALLCYC = 8'h34; // Cycle count of outstanding response transaction and credits are not available
localparam LUMI_REQCRDTACTIVECYC = 8'h38; // Cycle count of outstanding request transaction and credits are available
Expand Down

0 comments on commit 5fc55b7

Please sign in to comment.