Commit 52a6f454 authored by Marek Gumiński's avatar Marek Gumiński

Transceivers

Fixed data rate in the transceivers IP core  (1 Gb -> 1.25 Gb)
Disabled RX buffer
parent 1537de59
......@@ -702,6 +702,11 @@ phys: entity work.gtwizard_ultrascale_1
gtwiz_buffbypass_tx_done_out => open,
gtwiz_buffbypass_tx_error_out(0) => from_phys_tx_enc_err_common,
gtwiz_buffbypass_rx_reset_in => (others => c25m_to_phys_rst),
gtwiz_buffbypass_rx_start_user_in => (others => '0'),
gtwiz_buffbypass_rx_done_out => open,
gtwiz_buffbypass_rx_error_out => open,
gtwiz_reset_clk_freerun_in => (others => clk_25mhz),
gtwiz_reset_all_in => (others => c25m_to_phys_rst),
gtwiz_reset_tx_pll_and_datapath_in => (others => '0'),
......
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