Commit 59981aa2 by Tobias Langer

Added readme.

parent a6cf5475
# Experiment Framework for EMB²
## Overview
This small toolkit helps with the automatic generation, building and execution
of experiments. Currently it is limited to the generation of experiments for
real-time tasksets for the EMB² library writtine in C++ (C++11); however, it
should be easily extendable for other purposes, aswell.
## Requirements
Most of the scripts are written in Python (Python 3.5) and should therefore be
usable on most operating systems. The following third-party libraries where
used:
* argparse
* shutil
* json
* pystache
Building and running the single experiments heavily relies on the buildutils and
clang.
## Usage
All of the scripts have self-explaining usage messages, an exemplary experiment
generation flow from generation to execution is given by the *run.sh* shell
script.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment