Changeset 8c73012 in mainline


Ignore:
Timestamp:
2009-09-16T17:16:20Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5d4294
Parents:
704311b
Message:

add bindings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/hadlbppp.py

    r704311b r8c73012  
    366366                                else:
    367367                                        print "%s: '%s' is neither architecture nor frame" % (arch['name'], inst['type'])
     368               
     369                outf.write("\n")
     370       
     371        if ('bind' in arch):
     372                for bind in arch['bind']:
     373                        outf.write("bind %s.%s to %s.%s\n" % (bind['from'][0], bind['from'][1], bind['to'][0], bind['to'][1]))
    368374       
    369375        outf.close()
Note: See TracChangeset for help on using the changeset viewer.