Skip to content
Snippets Groups Projects
Commit 67327c90 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Set tr_10GbE to unidirectional mode.

parent 87423266
No related branches found
No related tags found
No related merge requests found
...@@ -299,12 +299,12 @@ BEGIN ...@@ -299,12 +299,12 @@ BEGIN
g_sim => g_sim, g_sim => g_sim,
g_sim_level => 1, g_sim_level => 1,
g_nof_macs => c_nof_10GbE_offload_streams, g_nof_macs => c_nof_10GbE_offload_streams,
g_direction => "TX_ONLY",
g_use_mdio => TRUE, g_use_mdio => TRUE,
g_tx_fifo_fill => c_pkt_len, g_tx_fifo_fill => c_pkt_len,
g_tx_fifo_size => 2*c_pkt_len, g_tx_fifo_size => 2*c_pkt_len,
g_rx_fifo_size => 2*c_pkt_len g_rx_fifo_size => 2*c_pkt_len
) )
PORT MAP ( PORT MAP (
-- Transceiver PLL reference clock -- Transceiver PLL reference clock
tr_ref_clk_156 => SA_CLK, tr_ref_clk_156 => SA_CLK,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment