lpcmanager

GOT6 -> GOT_012 + remove forcing to GOT6
som6
2019-08-30, Edouard Tisserant
b7fd71c78140
Parents 94f413797e6c
Children fa6148cecafd
GOT6 -> GOT_012 + remove forcing to GOT6
  • +1 -1
    LPCArch.py
  • +1 -1
    LPCBus.py
  • +1 -1
    LPCManager.py
  • --- a/LPCArch.py Thu May 30 10:49:24 2019 +0200
    +++ b/LPCArch.py Fri Aug 30 11:09:40 2019 +0200
    @@ -2,7 +2,7 @@
    # XXX Where is MC8 ?
    WX_GOT_modules = ['GOT', 'GOT_111', 'GOT_131']
    -SVG_GOT_modules = ['GOT6']
    +SVG_GOT_modules = ['GOT_012']
    MC9_modules = ['MC9', 'MW1']
    SOM28_modules = MC9_modules + WX_GOT_modules
    SOM6_modules = SVG_GOT_modules
    --- a/LPCBus.py Thu May 30 10:49:24 2019 +0200
    +++ b/LPCBus.py Fri Aug 30 11:09:40 2019 +0200
    @@ -30,7 +30,7 @@
    "GOT":"GOT",
    "GOT_131":"GOT100",
    "GOT_111":"GOT100",
    - "GOT6":"MC10"
    + "GOT_012":"MC10"
    }
    bus_template_code = { plc: GetLocalCode(
    --- a/LPCManager.py Thu May 30 10:49:24 2019 +0200
    +++ b/LPCManager.py Fri Aug 30 11:09:40 2019 +0200
    @@ -68,7 +68,7 @@
    self.Usage()
    sys.exit()
    self.arch = args[3]
    - SetLPCArch(self.arch)
    + SetLPCProduct(self.arch)
    # overload with exacltly same code, but this is intended.
    # we want extensions to use globals of this module, not Beremiz.py