From: Thomas Gessler Date: Tue, 10 Nov 2020 13:10:33 +0000 (+0100) Subject: hub_test: Change to correct downlink frequency X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0d3211d55caaafe9dd7aa21a5e9ea00fb17c722a;p=cri.git hub_test: Change to correct downlink frequency This was forgotten during the original change to 2.4 Gbps. It likely worked anyway, because the GT settings for 2.4 Gbps with 120 MHz are similar to 2.0 Gbps with 100 MHz. --- diff --git a/hub_test/hub_test.xpr b/hub_test/hub_test.xpr index 1cdd809..58c7252 100644 --- a/hub_test/hub_test.xpr +++ b/hub_test/hub_test.xpr @@ -81,7 +81,7 @@ - + diff --git a/hub_test/src/hub_test.vhd b/hub_test/src/hub_test.vhd index 3d006cf..01e2108 100644 --- a/hub_test/src/hub_test.vhd +++ b/hub_test/src/hub_test.vhd @@ -409,8 +409,8 @@ begin THE_DOWNLINK : entity work.med_xcku_sfp_sync generic map ( IS_SYNC_SLAVE => c_NO, - LINE_RATE_KBPS => 2000000, - REFCLK_FREQ_HZ => 100000000 + LINE_RATE_KBPS => 2400000, + REFCLK_FREQ_HZ => 120000000 ) port map ( SYSCLK => sysclk_120,