Skip to content

Commit

Permalink
jesd204: Increase Tx version to 1.06.a
Browse files Browse the repository at this point in the history
  • Loading branch information
ronagyl committed Feb 5, 2021
1 parent dd58759 commit 6f608b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/jesd204/axi_jesd204_tx/axi_jesd204_tx.v
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module axi_jesd204_tx #(
input [31:0] status_synth_params2
);

localparam PCORE_VERSION = 32'h00010561; // 1.04.a
localparam PCORE_VERSION = 32'h00010661; // 1.06.a
localparam PCORE_MAGIC = 32'h32303454; // 204T

localparam DATA_PATH_WIDTH_LOG2 = (DATA_PATH_WIDTH == 8) ? 3 : 2;
Expand Down

0 comments on commit 6f608b6

Please sign in to comment.