Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Tobias Langer
/
experiment
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
59981aa2
authored
Oct 11, 2016
by
Tobias Langer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added readme.
parent
a6cf5475
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
README.md
+28
-0
No files found.
README.md
0 → 100644
View file @
59981aa2
# 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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment