Changeset 8c73012 in mainline
- Timestamp:
- 2009-09-16T17:16:20Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e5d4294
- Parents:
- 704311b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/hadlbppp.py
r704311b r8c73012 366 366 else: 367 367 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])) 368 374 369 375 outf.close()
Note:
See TracChangeset
for help on using the changeset viewer.