Skip to content

Commit

Permalink
Version 0.8
Browse files Browse the repository at this point in the history
Accomplish the basic function of the three tools. The visualization will be optimized in the upcoming version.
  • Loading branch information
guangli-dai committed Nov 17, 2020
1 parent 2f5ccb9 commit 3da5082
Show file tree
Hide file tree
Showing 21 changed files with 1,223 additions and 1,489 deletions.
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 3da5082

Please sign in to comment.