From: Thomas Gessler Date: Fri, 12 Feb 2021 15:57:20 +0000 (+0100) Subject: hub_test: Activate downlink TX buffer bypass X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c76b6b4d2911a7b35bfa34524aa7d0ef86cbb98e;p=cri.git hub_test: Activate downlink TX buffer bypass --- diff --git a/hub_test/src/hub_test.vhd b/hub_test/src/hub_test.vhd index c834291..e8224db 100644 --- a/hub_test/src/hub_test.vhd +++ b/hub_test/src/hub_test.vhd @@ -13,7 +13,7 @@ use work.version.all; entity hub_test is generic ( - BYPASS_TXBUF : integer range 0 to 1 := 0 + BYPASS_TXBUF : integer range 0 to 1 := 1 ); port ( CLK_200_P : in std_logic;