Skip to content

Commit

Permalink
Exclusive access support OFF by default
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed Jul 25, 2024
1 parent f5b883f commit a9a17f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axi/rtl/axi_sub_rd.sv
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module axi_sub_rd import axi_pkg::*; #(
parameter IW = 1, // ID Width
ID_NUM = 1 << IW, // Don't override

parameter EX_EN = 1, // Enable exclusive access tracking w/ AxLOCK
parameter EX_EN = 0, // Enable exclusive access tracking w/ AxLOCK
parameter C_LAT = 0 // Component latency in clock cycles from (dv&&!hld) -> rdata
// Must be const per component
// For registers, typically 0
Expand Down

0 comments on commit a9a17f7

Please sign in to comment.