HUB_USED_CHANNELS : hub_channel_config_t := (c_YES,c_YES,c_YES,c_YES);
IBUF_SECURE_MODE : integer range 0 to 1 := c_NO;
--media interfaces
- MII_NUMBER : integer range 2 to c_MAX_MII_PER_HUB := 12;
+ MII_NUMBER : integer range 2 to c_MAX_MII_PER_HUB := HOW_MANY_CHANNELS;
--each row is one media interface and each column is one channel. starting with 0,0, ending with 15,15
MII_INIT_DEPTH : hub_iobuf_config_t := std_HUB_INIT_DEPTH;
MII_REPLY_DEPTH : hub_iobuf_config_t := std_HUB_REPLY_DEPTH;