-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accomplish the basic function of the three tools. The visualization will be optimized in the upcoming version.
- Loading branch information
1 parent
2f5ccb9
commit 3da5082
Showing
21 changed files
with
1,223 additions
and
1,489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.