Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.51 KB

File metadata and controls

25 lines (15 loc) · 1.51 KB

Welcome

This is an extension for pyCPA.

Installation and Usage

First, make sure you have pyCPA installed.

Second, you must either install this extension via python setup.py install or set you PYTHONPATH correctly (for experts).

Please refer to the scripts in the examples folder for usage examples.

Publications and Benchmarks

The following publications have used and modified the analysis implemented here:

  • [EMSOFT17]: J. Schlatow and R. Ernst, "Response-Time Analysis for Task Chains with Complex Precedence and Blocking Relations" in International Conference on Embedded Software, 2017
  • [RTAS16]: J. Schlatow and R. Ernst, "Response-Time Analysis for Task Chains in Communicating Threads" in Real-Time and Embedded Technology and Applications Symposium, 2016
  • [TUBS21]: J. Schlatow, "Enabling in-field integration in critical embedded systems", Phd Thesis, TU Braunschweig, 2021

For better documentation and reproducability, we also keep track of the experiments/benchmarks used in these publications by pursuing the following policy:

  • The experiments are collected in the experiments folder, which contains subfolders with the names of the publications listed above (e.g. RTAS16).
  • These subfolders contain the scripts used for running the experiments and also the reference results in the folder reference_results.
  • Additionally, we add a tag to the code revision used for producing the results in the corresponding publication.