- Timestamp:
- Dec 20, 2015, 7:30:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py
r991 r1027 200 200 parser.add_argument( 201 201 '--faulty-router', '-fr', dest='faultyrouter', action='append', nargs=3, 202 help='ID (T,X,Y) of faulty router. The T is 0:CMD, 1:RSP') 202 help='ID (T,X,Y) of faulty router. \ 203 The T is 0:CMD, 1:RSP, 2:M2P, 3:P2M, 4:CLACK. \ 204 The three arguments are space-separated. \ 205 (e.g. -fr 2 1 1, router M2P (1,1) is deactivated') 203 206 204 207 parser.add_argument( … … 208 211 parser.add_argument( 209 212 '--faulty-core', '-fc', dest='faultycore', action='append', nargs=3, 210 help='ID (X,Y,L) of faulty processor') 213 help='ID (X,Y,L) of faulty processor. \ 214 The three arguments are space-separated. \ 215 (e.g. -fc 0 1 3, core (0,1,3) is deactivated') 211 216 212 217 parser.add_argument( … … 224 229 parser.add_argument( 225 230 '--disk-image', '-di', dest='diskimage', default="/dev/null", 226 help='relative or absolute path to the external firmware')231 help='relative or absolute path to the disk image used by the IOC') 227 232 228 233 parser.add_argument(
Note: See TracChangeset
for help on using the changeset viewer.