- Timestamp:
- Aug 27, 2014, 6:13:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/scripts/faultyprocs.py
r775 r778 14 14 15 15 for x, y, l in faulty: 16 content.append(" ({ } << 6) | ({} << 2) | {},\n".format(x, y, l))16 content.append(" ({0} << 6) | ({1} << 2) | {2},\n".format(x, y, l)) 17 17 18 18 content.append( "};\n"
Note: See TracChangeset
for help on using the changeset viewer.