source: branches/fault_tolerance/softs/test_llsc/README @ 724

Last change on this file since 724 was 724, checked in by cfuguet, 10 years ago

branches/fault_tolerance:

  • Recreating fault_tolerance branch with all new modifications from trunk.
  • Introducing distributed boot rom in the tsar_generic_iob platform
File size: 680 bytes
Line 
1
2This directory contains a script aiming at using intensively the LL/SC table, making a lot of concurrent increments on some shared variables.
3
4For each test generated, a sequential native version is made and executed, so as to have a reference result of the test. It is then diff'ed with the output of the simulated version.
5
6The main script to execute is run_simus.sh in the scripts/ directory. Some of its parameters can be set inside it (e.g. the number of processors).
7
8The sub-directory LLSCTestGenerator contains the tool which generates the source files (1 for native sequential execution, 2 for simulated execution).
9
10The simulated application is compiled using DSX-VM.
11
Note: See TracBrowser for help on using the repository browser.