Changeset 1028 for branches/reconfiguration/platforms
- Timestamp:
- Dec 20, 2015, 7:32:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/README
r1027 r1028 10 10 directory) 11 11 12 12 svn co https://www-soc.lip6.fr/svn/tsar_dist_boot/ 13 13 14 14 … … 23 23 tsar repo's working directory 24 24 25 25 In bash: 26 26 27 27 export TSARPATH=<path_to_tsar> 28 28 29 29 In tcsh: 30 30 31 31 setenv TSARPATH <path_to_tsar> 32 32 33 33 The TSARPATH environment variable is used by the soclib.conf file in order to … … 40 40 don't want to have the branches, and the trunk in different working 41 41 directories, you can directly modify the soclib.conf configuration file, and 42 add manually the directories. 42 add manually the directories. 43 43 44 44 … … 68 68 69 69 --batch-mode / -b Framebuffer and TTYs are not shown. 70 TTYs are redirected to files 70 TTYs are redirected to files 71 71 72 --faulty-router / -fr Inject a faulty router. The faulty router is 73 74 72 --faulty-router / -fr Inject a faulty router. The faulty router is 73 designated by three arguments: T, X, and Y. 74 - T is the index of the target NoC 75 75 (CMD:0, RSP:1, M2P:2, P2M:3, CLACK:4). 76 77 76 - X and Y are the coordinates of the router. 77 You can inject several faulty routers by repeating 78 78 the -fr parameter. 79 79 Example: 80 80 Run simulation with a 4x4 mesh, and the routers 81 81 CMD(3,3) and RSP(3,0) are faulty. 82 82 83 84 83 scripts/onerun -x 4 -y 4 -fr 0 3 3 -fr 1 3 0 84 85 85 --faulty-core / -fc Inject a faulty core. The faulty core is 86 86 designated by three arguments X, Y, and L. 87 87 - X, and Y are the global coordinates of the core. 88 88 - L is the local id of the core 89 89 You can inject several faulty cores by repeating 90 90 the -fc parameter. 91 91 Example: 92 92 Run simulation with a 4x4 mesh, and the 93 93 cores (0,0,0) and (2,3,1) are faulty. 94 94 95 95 scripts/onerun -x 4 -y 4 -fc 0 0 0 -fc 2 3 1 96 96 97 97 --disk-image / -di Path to the disk image from which the operating system 98 99 100 98 will be loaded at the end of the distributed boot 99 procedure. This disk image is the file handled by the 100 external disk controller. 101 101 102 102
Note: See TracChangeset
for help on using the changeset viewer.