Skip to content

Commit

Permalink
Merge pull request #2 from DDeChoU/developing
Browse files Browse the repository at this point in the history
Version 0.8
  • Loading branch information
guangli-dai authored Nov 17, 2020
2 parents f8c54e1 + 3da5082 commit 43e6dcb
Show file tree
Hide file tree
Showing 35 changed files with 4,461 additions and 2,704 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

test.pro.user.c4bc322.4.10-pre1
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# RRP-Toolsets
The task-level and resource-level tools based on Regularity-based Resource Partitioning (RRP) model
The current version is v0.8. It includes the following tools.
## Resource Specification Generator (RSG)
RSG takes in the information of a task set that will be deployed on a partition. It generates an availabilit factor (a resource specification) so that the task set given is schedulable on the partition with the availability factor.
## Cyclic Schedule Generator (CSG)
CSG generates one cyclic schedule for each CPU with the configurations of the partitions (resource specifications) taken as inputs.
## Schedualbility Test (ST)
ST can judge whether the current configuration of a partition can offer real-time performance guarantees to the task set being deployed.

To run the application, you need to install Qt 5.12 or above. A packaged application without preliminary installs required will be added soon.
Loading

0 comments on commit 43e6dcb

Please sign in to comment.