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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Lasse Blaauwbroek
PROSA - Formally Proven Schedulability Analysis
Commits
650e354b
Commit
650e354b
authored
9 years ago
by
Felipe Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
Fix issue with miss deadlines before t
parent
7c258b5e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
WorkloadDefsJitter.v
+1
-1
1 addition, 1 deletion
WorkloadDefsJitter.v
with
1 addition
and
1 deletion
WorkloadDefsJitter.v
+
1
−
1
View file @
650e354b
...
@@ -541,7 +541,7 @@ Module WorkloadWithJitter.
...
@@ -541,7 +541,7 @@ Module WorkloadWithJitter.
exploit
(
no_dl_misses
j_fst
INfst
);
last
intros
COMP
.
exploit
(
no_dl_misses
j_fst
INfst
);
last
intros
COMP
.
{
{
(* Prove that arr_fst + d_k <= t2 *)
(* Prove that arr_fst + d_k <= t2 *)
apply
leq_trans
with
(
n
:=
job_arrival
j_lst
);
last
by
apply
ltnW
.
apply
leq_
ltn_
trans
with
(
n
:=
job_arrival
j_lst
);
last
by
done
.
apply
leq_trans
with
(
n
:=
job_arrival
j_fst
+
task_period
tsk
+
delta
);
last
by
ins
.
apply
leq_trans
with
(
n
:=
job_arrival
j_fst
+
task_period
tsk
+
delta
);
last
by
ins
.
rewrite
-
addnA
leq_add2l
-
[
job_deadline
_]
addn0
.
rewrite
-
addnA
leq_add2l
-
[
job_deadline
_]
addn0
.
apply
leq_add
;
last
by
ins
.
apply
leq_add
;
last
by
ins
.
...
...
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