source: trunk/softs/test_llsc/README @ 623

Last change on this file since 623 was 536, checked in by meunier, 11 years ago

Added a tool which generates tests for the LL/SC table, in the soft/ directory.

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.