lpcmanager
Clone
Summary
Browse
Changes
Graph
Added selectors for MU7 and MU8.
2019-09-06, bmakuc
8feac9206c2c
Added selectors for MU7 and MU8.
#!/usr/bin/env python
# XXX Where is MC8 ?
PLC_GOT_modules = ['GOT', 'GOT_111', 'GOT_131']
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