Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
e0e0bc7e
Commit
e0e0bc7e
authored
8 years ago
by
Felipe Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
1849a1ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-6
11 additions, 6 deletions
README.md
with
11 additions
and
6 deletions
README.md
+
11
−
6
View file @
e0e0bc7e
...
...
@@ -20,19 +20,24 @@ Currently, Prosa contains the following base directories:
### Internal Directories
Within each base directory you can f
in
d
the
different classes of schedul
er
s
.
The major concepts in Prosa are specified
in the
*model/*
fold
er.
-
**model/uni:**
Uniprocessor scheduling.
-
**model/global:**
Global scheduling.
-
**model/partitioned:**
Partitioned scheduling.
-
**model/apa:**
APA scheduling.
-
**model/arrival:**
Arrival sequences and arrival bounds
-
**model/schedule:**
Definitions and properties of schedules
Inside
*model/schedule*
, you can find the different classes of schedulers.
-
**model/schedule/uni:**
Uniprocessor scheduling.
-
**model/schedule/global:**
Global scheduling.
-
**model/schedule/partitioned:**
Partitioned scheduling.
-
**model/schedule/apa:**
APA scheduling.
### Extending Prosa
When adding a new model or analysis to Prosa, please extend the corresponding directory.
For example, the schedulability analysis for global scheduling with release jitter is organized as follows.
-
**model/global/jitter:**
Definitions and lemmas for global scheduling with release jitter.
-
**model/
schedule/
global/jitter:**
Definitions and lemmas for global scheduling with release jitter.
-
**analysis/global/jitter:**
Analysis for global scheduling with release jitter.
-
**implementation/global/jitter:**
Implementation of the concrete scheduler with release jitter.
...
...
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