]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
add missing sbuf in gbe hub mux
authorJan Michel <j.michel@gsi.de>
Mon, 10 Aug 2020 08:11:21 +0000 (10:11 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 10 Aug 2020 10:28:17 +0000 (12:28 +0200)
trb_net16_hub_streaming_port_sctrl_accel.vhd
trb_net16_hub_streaming_port_sctrl_record.vhd

index d646aa5ed9c6e4c9a0f1ca8b92863b09c237ec63..3f3a12386cb7057a6cc81f9e739570e9a2e75c5c 100644 (file)
@@ -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,
index 048b5e19af55c286183645b7f5617bd50f5a2e2a..b21934e56feceb5ee6760781a4231ccc50d8b65e 100644 (file)
@@ -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,