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 (
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,