File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ module axi_jesd204_rx #(
9191 input [31 :0 ] status_synth_params2
9292);
9393
94- localparam PCORE_VERSION = 32'h00010761 ; // 1.07 .a
94+ localparam PCORE_VERSION = 32'h00010861 ; // 1.08 .a
9595 localparam PCORE_MAGIC = 32'h32303452 ; // 204R
96-
96+
9797 localparam DATA_PATH_WIDTH_LOG2 = (DATA_PATH_WIDTH == 8 ) ? 3 : 2 ;
98-
98+
9999 /* Register interface signals */
100100 reg [31 :0 ] up_rdata = 'h0;
101101 reg up_wack = 1'b0 ;
@@ -246,9 +246,9 @@ module axi_jesd204_rx #(
246246
247247 jesd204_up_sysref #(
248248 .DATA_PATH_WIDTH_LOG2(DATA_PATH_WIDTH_LOG2)
249- ) i_up_sysref (
250- .up_clk(s_axi_aclk),
251- .up_reset(up_reset),
249+ ) i_up_sysref (
250+ .up_clk(s_axi_aclk),
251+ .up_reset(up_reset),
252252
253253 .core_clk(core_clk),
254254 .device_clk(device_clk),
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ module axi_jesd204_tx #(
8383 input [31 :0 ] status_synth_params2
8484);
8585
86- localparam PCORE_VERSION = 32'h00010661 ; // 1.06 .a
86+ localparam PCORE_VERSION = 32'h00010761 ; // 1.07 .a
8787 localparam PCORE_MAGIC = 32'h32303454 ; // 204T
8888
8989 localparam DATA_PATH_WIDTH_LOG2 = (DATA_PATH_WIDTH == 8 ) ? 3 : 2 ;
You can’t perform that action at this time.
0 commit comments