lpcmanager

Added arch for GOT 131 version.

2017-06-12, dporopat
cb3894fb043e
Parents 58207f9819eb
Children 961a860d8710
Added arch for GOT 131 version.
  • +6 -0
    LPCBus.py
  • --- a/LPCBus.py Mon Jun 12 10:55:15 2017 +0200
    +++ b/LPCBus.py Mon Jun 12 13:01:44 2017 +0200
    @@ -223,6 +223,12 @@
    (GetLocalCode("%s.h" % ("GOT"))) +GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section)) if section=="decl" else GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section))
    for section in ["decl", "init", "retrieve", "publish", "cleanup"]}
    for bus in Busses}
    + elif arch == "GOT_131":
    + bus_code = { "MC9:%s"%bus :
    + { section :
    + (GetLocalCode("%s.h" % ("GOT"))) +GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section)) if section=="decl" else GetLocalCode("%s_%s_%s.c"%("MC9",''.join(bus.split()),section))
    + for section in ["decl", "init", "retrieve", "publish", "cleanup"]}
    + for bus in Busses}
    else:
    bus_code = { "MC9:%s"%bus :
    { section :