Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
syswcet-data
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
syswcet
syswcet-data
Commits
ce8b758d
Commit
ce8b758d
authored
8 years ago
by
Christian Dietrich
Browse files
Options
Downloads
Patches
Plain Diff
Added README
parent
4a87488e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+33
-0
33 additions, 0 deletions
README.md
with
33 additions
and
0 deletions
README.md
0 → 100644
+
33
−
0
View file @
ce8b758d
Data Repository for SysWCET
===========================
This repository includes the raw data used in the SysWCET paper and
contains all files to do system-wide worst-case analysis.
eval/ - raw data and PML files
=================================
The eval directory contains the datapoints used in the application. We
stored the datapoints in
the
[
dataref
](
https://www.ctan.org/pkg/dataref
)
format. Each benchmark
comes with the used PML files for the system and the global control
flow information (aka the STG from the paper).
docker/ - docker image to do WCRT analysis
==========================================
The directory contains a docker file and a prebuilt PATMOS toolchain
that can be used for WCRT analysis, including our minor adaptions on
the official toolchain. The docker image includes a clone of dOSEK and
the platin repository. In order to reproduce the TMR benchmark, just
log into the docker image via SSH (user/password: dosek/dosek):
make docker-start
make docker-ssh
and start the analysis of the TMR benchmark:
cd dosek/build; make wcet-bench-timing-tmr CIRCUIT=0 VERBOSE=1
If you have any questions, or need guidance to reproduce our results,
feel free to contact us.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment