From: hadeshyp Date: Wed, 16 Jan 2008 14:53:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~628 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a82390cbf1e30527f0e09d2844802546cf9ae52d;p=trbnet.git *** empty log message *** --- diff --git a/optical_link/hub.vhd b/optical_link/hub.vhd index b481f4c..bc356dd 100644 --- a/optical_link/hub.vhd +++ b/optical_link/hub.vhd @@ -244,7 +244,7 @@ architecture hub of hub is 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;