lpcmanager
Clone
Summary
Browse
Changes
Graph
Added selectors for MU9.
2020-07-29, bmakuc
63972d3a0ee5
Added selectors for MU9.
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_modules = ['GOT', 'GOT_111', 'GOT_131', 'LHC2_GOT_111']
PLC_MC9_modules = ['MC9', 'MW1']
SOM28_modules = PLC_MC9_modules + PLC_GOT_modules
arch = None
def SetLPCArch(given):
global arch
arch = given
def GetLPCArch():
return arch