Skip to content

Commit

Permalink
axi_ad4858: Signal read raw capability
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiGrozav committed Sep 29, 2023
1 parent da98b1c commit 026f489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/axi_ad4858/axi_ad4858.v
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ module axi_ad4858 #(

// localparam

localparam CONFIG = {~LVDS_CMOS_N[0], 7'd0};
localparam [ 0:0] READ_RAW = 1'b1;
localparam CONFIG = {18'd0, READ_RAW, 5'd0, ~LVDS_CMOS_N[0], 7'd0};
localparam [ 7:0] ACTIVE_LANES = {
LANE_7_ENABLE == 1 ? 1'b1 : 1'b0,
LANE_6_ENABLE == 1 ? 1'b1 : 1'b0,
Expand Down

0 comments on commit 026f489

Please sign in to comment.