Commit 6d93f15c authored by Peter Jansweijer's avatar Peter Jansweijer

Is this a gthe4 wizzard bug?

When implementing gthe4 in Atrix UltraScale+ with clk_gth_i = 125 MHz the tx_out_clk_o should be 62.5 MHz.
However, there is a BUG_GT in the lower instantiations that is initialized with a DIV input set to 2. This causes tx_out_clk_o to be 31.25 MHz instead of 62.5 MHz.
parent 7655749b
Pipeline #2974 failed with stage
in 0 seconds
......@@ -275,7 +275,7 @@ output wire [7 : 0] rxctrl3_out;
.C_TX_INT_DATA_WIDTH(20),
.C_TX_LINE_RATE(1.25),
.C_TX_MASTER_CHANNEL_IDX(0),
.C_TX_OUTCLK_BUFG_GT_DIV(2),
.C_TX_OUTCLK_BUFG_GT_DIV(1),
.C_TX_OUTCLK_FREQUENCY(125.0000000),
.C_TX_OUTCLK_SOURCE(2),
.C_TX_PLL_TYPE(2),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment