- Timestamp:
- Oct 24, 2014, 11:00:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py
r855 r859 43 43 '--faulty-router', '-f', dest='faultyrouter', default=-1, 44 44 help='ID (X,Y) of faulty router') 45 46 parser.add_argument( 47 '--faulty-mask', '-m', dest='faultymask', default=0x1F, 48 help='Disable mask for faulty router interfaces') 45 49 46 50 parser.add_argument( … … 128 132 if args.faultyrouter != -1: 129 133 command.extend(["-FAULTY_ROUTER", str(args.faultyrouter)]) 134 command.extend(["-FAULTY_MASK", str(args.faultymask)]) 130 135 131 136 if args.debug != None:
Note: See TracChangeset
for help on using the changeset viewer.