Add 64x40.

This commit is contained in:
Jeffrey Townsend
2016-08-11 20:51:01 +00:00
parent eb24794755
commit 890ded00f3

View File

@@ -306,6 +306,10 @@ class OnlPlatformPortConfig_32x40(object):
PORT_COUNT=32
PORT_CONFIG="32x40"
class OnlPlatformPortConfig_64x40(object):
PORT_COUNT=64
PORT_CONFIG="64x40"
class OnlPlatformPortConfig_32x100(object):
PORT_COUNT=32
PORT_CONFIG="32x100"