From: Jan Michel Date: Fri, 18 Oct 2013 14:48:39 +0000 (+0200) Subject: small change only X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=de2fbc9a674ba50336763abfa6110c66b588e5ce;p=trbnet.git small change only --- diff --git a/testbenches/hub_tb.vhd b/testbenches/hub_tb.vhd index 277fb12..f14214a 100644 --- a/testbenches/hub_tb.vhd +++ b/testbenches/hub_tb.vhd @@ -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 ( diff --git a/trb_net16_hub_base.vhd b/trb_net16_hub_base.vhd index d3548a8..a7a7954 100644 --- a/trb_net16_hub_base.vhd +++ b/trb_net16_hub_base.vhd @@ -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,