]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
small change only
authorJan Michel <j.michel@gsi.de>
Fri, 18 Oct 2013 14:48:39 +0000 (16:48 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 18 Oct 2013 14:48:39 +0000 (16:48 +0200)
testbenches/hub_tb.vhd
trb_net16_hub_base.vhd

index 277fb12d1dcb848307ef509174270f34da56d0c9..f14214a51a318df39e49c6f2ccb6604dfe04361b 100644 (file)
@@ -46,8 +46,8 @@ component trb_net16_hub_base is
     MII_IS_UPLINK_ONLY      : hub_mii_config_t := (others => c_NO);
   -- settings for external api connections
     INT_NUMBER              : integer range 0 to c_MAX_API_PER_HUB := 0;
-    INT_CHANNELS            : hub_api_config_t := (3,3,3,3,3,3,3,3);
-    INT_IBUF_DEPTH          : hub_api_config_t := (6,6,6,6,6,6,6,6);
+    INT_CHANNELS            : hub_api_config_t := (others => 0);
+    INT_IBUF_DEPTH          : hub_api_config_t := (others => 0);
     RESET_IOBUF_AT_TIMEOUT  : integer range 0 to 1 := c_NO
     );
   port (
index d3548a8f51d4ae5645af4a6768b22e85bdbac945..a7a7954df46b96cbdd39734bf93315aaf61eef47 100644 (file)
@@ -1113,7 +1113,8 @@ THE_BUS_HANDLER : trb_net16_regio_bus_handler
   generic map(
     PORT_NUMBER    => 7,
     PORT_ADDRESSES => (0 => x"0000", 1 => x"4000", 2 => x"4020", 3 => x"4030", 4 => x"4040", 5 => x"4050", 6 => x"4060", others => x"0000"),
-    PORT_ADDR_MASK => (0 => 16,      1 => 5,       2 => 4,       3 => 4,       4 => 4,       5 => 0,       6 => 4,       others => 0)
+    PORT_ADDR_MASK => (0 => 16,      1 => 5,       2 => 4,       3 => 4,       4 => 4,       5 => 0,       6 => 4,       others => 0),
+    PORT_MASK_ENABLE => 0
     )
   port map(
     CLK                          => CLK,