From: Jan Michel Date: Mon, 10 Aug 2020 08:11:21 +0000 (+0200) Subject: add missing sbuf in gbe hub mux X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=6420437fe1d9ab49f0bd8fb25bdd446c5905f97c;p=trbnet.git add missing sbuf in gbe hub mux --- diff --git a/trb_net16_hub_streaming_port_sctrl_accel.vhd b/trb_net16_hub_streaming_port_sctrl_accel.vhd index d646aa5..3f3a123 100644 --- a/trb_net16_hub_streaming_port_sctrl_accel.vhd +++ b/trb_net16_hub_streaming_port_sctrl_accel.vhd @@ -576,6 +576,12 @@ end generate; -- Multiplexer --------------------------------------------------------------------- MPLEX: trb_net16_io_multiplexer + generic map( + USE_INPUT_SBUF => (1,1, + 1,1, + c_NO, c_NO, + 1,1) + ) port map ( CLK => CLK, RESET => reset_i_mux_io, diff --git a/trb_net16_hub_streaming_port_sctrl_record.vhd b/trb_net16_hub_streaming_port_sctrl_record.vhd index 048b5e1..b21934e 100644 --- a/trb_net16_hub_streaming_port_sctrl_record.vhd +++ b/trb_net16_hub_streaming_port_sctrl_record.vhd @@ -575,6 +575,12 @@ end generate; -- Multiplexer --------------------------------------------------------------------- MPLEX: trb_net16_io_multiplexer + generic map( + USE_INPUT_SBUF => (1,1, + 1,1, + c_NO, c_NO, + 1,1) + ) port map ( CLK => CLK, RESET => reset_i_mux_io,