Add new port config 48x25+4x100+2x200.

This commit is contained in:
Jeffrey Townsend
2018-11-05 15:56:27 +00:00
parent 17978ad957
commit a5ec39317e

View File

@@ -504,6 +504,10 @@ class OnlPlatformPortConfig_48x25_8x100(object):
PORT_COUNT=56
PORT_CONFIG="48x25 + 8x100"
class OnlPlatformPortConfig_48x25_4x100_2x200(object):
PORT_COUNT=54
PORT_CONFIG="48x25 + 4x100 + 2x200"
class OnlPlatformPortConfig_32x40(object):
PORT_COUNT=32
PORT_CONFIG="32x40"