From 6420437fe1d9ab49f0bd8fb25bdd446c5905f97c Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 10 Aug 2020 10:11:21 +0200 Subject: [PATCH] add missing sbuf in gbe hub mux --- trb_net16_hub_streaming_port_sctrl_accel.vhd | 6 ++++++ trb_net16_hub_streaming_port_sctrl_record.vhd | 6 ++++++ 2 files changed, 12 insertions(+) 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, -- 2.43.0