Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
7846744b
Commit
7846744b
authored
4 years ago
by
Marco Maida
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
1fb9e77a
No related branches found
No related tags found
1 merge request
!114
Preemption model compliance
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
implementation/facts/ideal_uni/preemption_aware.v
+1
-1
1 addition, 1 deletion
implementation/facts/ideal_uni/preemption_aware.v
implementation/facts/ideal_uni/prio_aware.v
+1
-1
1 addition, 1 deletion
implementation/facts/ideal_uni/prio_aware.v
with
2 additions
and
2 deletions
implementation/facts/ideal_uni/preemption_aware.v
+
1
−
1
View file @
7846744b
...
...
@@ -86,7 +86,7 @@ Section NPUniprocessorScheduler.
by
apply
schedule_up_to_prefix_inclusion
.
}
{
elim
:
t
IDLE
NONE
=>
[
IDLE
_|
t'
_
_
->
];
last
by
rewrite
schedule_up_to_empty
.
rewrite
/
schedule_up_to
replace_at_def
.
rewrite
/
allocation_at
/
prev_job_nonpreemptive
IDLE
H_non_idling
//
.
}
by
rewrite
/
allocation_at
/
prev_job_nonpreemptive
IDLE
H_non_idling
.
}
Qed
.
(** From the preceding fact, we conclude that the generated schedule is
...
...
This diff is collapsed.
Click to expand it.
implementation/facts/ideal_uni/prio_aware.v
+
1
−
1
View file @
7846744b
...
...
@@ -76,7 +76,7 @@ Section PrioAwareUniprocessorScheduler.
Corollary
schedule_respects_preemption_model
:
schedule_respects_preemption_model
arr_seq
schedule
.
Proof
.
by
apply
np_respects_preemption_model
.
by
apply
np_respects_preemption_model
.
Qed
.
End
PreemptionCompliance
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment