-
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.
Merge pull request #2 from DDeChoU/developing
Version 0.8
- Loading branch information
Showing
35 changed files
with
4,461 additions
and
2,704 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
test.pro.user.c4bc322.4.10-pre1 |
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.