From 0c0b65ffcacc97c8036e9c3abaa8adea0808783a Mon Sep 17 00:00:00 2001 From: Michael Boehmer Date: Wed, 8 Jun 2022 17:53:40 +0200 Subject: [PATCH] clean up --- cts/config_simple.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cts/config_simple.vhd b/cts/config_simple.vhd index 87b089a..34ece04 100644 --- a/cts/config_simple.vhd +++ b/cts/config_simple.vhd @@ -115,10 +115,10 @@ package config is --Order: -- no backplane, no AddOn, 1x SFP, 1x GBE --- -- -- -- no backplane, 4x AddOn, 1x SFP, 1x GBE + -- no backplane, 4x AddOn, 1x SFP, 1x GBE -- no backplane, 8x AddOn, 0x SFP, 1x GBE --- -- -- -- backplane, 9x backplane, 1x GBE - constant SFP_NUM_ARR : hub_mii_t := (1,0,8,0); + -- backplane, 9x backplane, 1x GBE + constant SFP_NUM_ARR : hub_mii_t := (1,0,8,0); constant INTERFACE_NUM_ARR : hub_mii_t := (1,5,8,10); -- 0 1 2 3 4 5 6 7 8 9 a b c d e f constant IS_UPLINK_ARR : hub_cfg_t := ((0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0), -- 2.43.0