The scripts defined in this directory simulate architecture models for the AMC and AMC-Antyime protocols. Architecture models are generated with the "generated.sh" script, producing xml files in the "generated_amc" and "generated_amc_anytime" directories. The files are identical in both directories. ./generate.sh Task response times are calculated with the "compute.sh" program, using files in the two preceding directories and producing txt files in the scheduled directory. ./compute.sh The "create_amc_anytime_xmlfile.sh" script is used to modify the AMC_anytime xml files to the correct protocol. ./create_amc_antytime_xmlfile.sh directory Finally, the last program "recup_data.sh" recovers the values in the txt files and writes them to a corresponding xml file in the data directory. ./recup_data.sh directory Alternatively, run the simulate.sh program to launch all scripts ./simulate.sh