Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPlayer committed Jan 2, 2022
2 parents c6ebbb7 + 6c6878f commit 6b6c997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_hw/axi_adxl345.sv
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ module axi_adxl345 #(
logic out_awfull ;

logic [ 7:0] version_major = 8'h01 ; // read only,
logic [ 7:0] version_minor = 8'h08 ; // read only,
logic [ 7:0] version_minor = 8'h09 ; // read only,
logic [ 6:0] i2c_address = DEFAULT_DEVICE_ADDRESS ; // reg[0][14:8]
logic link_on = 1'b0 ;
logic on_work = 1'b0 ; // reg[0][4]
Expand Down

0 comments on commit 6b6c997

Please sign in to comment.