Skip to content
Snippets Groups Projects
Commit 7b347937 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Renamed g_clk_*_period into g_ref_clk_*_period.

parent 92d57b53
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,8 @@ BEGIN
u_tb_tech_eth_10g_0 : ENTITY work.tb_tech_eth_10g
GENERIC MAP (
g_technology => g_technology,
g_clk_644_period => tech_pll_clk_644_period,
g_clk_156_period => 6.4 ns,
g_ref_clk_644_period => tech_pll_clk_644_period,
g_ref_clk_156_period => 6.4 ns,
g_verify_link_recovery => FALSE,
g_link_status_check => "11",
g_use_serial_rx_in => TRUE
......@@ -81,8 +81,8 @@ BEGIN
u_tb_tech_eth_10g_1 : ENTITY work.tb_tech_eth_10g
GENERIC MAP (
g_technology => g_technology,
g_clk_644_period => tech_pll_clk_644_period + tech_pll_clk_644_10ppm * g_nof_10ppm,
g_clk_156_period => 6.4 ns + 64 fs * g_nof_10ppm,
g_ref_clk_644_period => tech_pll_clk_644_period + tech_pll_clk_644_10ppm * g_nof_10ppm,
g_ref_clk_156_period => 6.4 ns + 64 fs * g_nof_10ppm,
g_verify_link_recovery => FALSE,
g_link_status_check => "11",
g_use_serial_rx_in => TRUE
......
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