Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rt-proofs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sophie Quinton
rt-proofs
Commits
e0e0bc7e
Commit
e0e0bc7e
authored
Nov 25, 2016
by
Felipe Cerqueira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
1849a1ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
README.md
README.md
+11
-6
No files found.
README.md
View file @
e0e0bc7e
...
...
@@ -20,19 +20,24 @@ Currently, Prosa contains the following base directories:
### Internal Directories
Within each base directory you can find the different classes of schedulers
.
The major concepts in Prosa are specified in the
*model/*
folder
.
-
**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.
...
...
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