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
f7550c93
Commit
f7550c93
authored
5 years ago
by
Björn Brandenburg
Browse files
Options
Downloads
Patches
Plain Diff
do not use vlib 'edone' when plain 'eassumption' will do
parent
2630d3b1
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
restructuring/analysis/abstract/core/abstract_seq_rta.v
+3
-3
3 additions, 3 deletions
restructuring/analysis/abstract/core/abstract_seq_rta.v
with
3 additions
and
3 deletions
restructuring/analysis/abstract/core/abstract_seq_rta.v
+
3
−
3
View file @
f7550c93
...
...
@@ -343,7 +343,7 @@ Section Sequential_Abstract_RTA.
simpl
;
rewrite
lt0b
.
apply
/
hasP
;
exists
j
;
last
by
done
.
by
rewrite
mem_filter
;
apply
/
andP
;
split
;
[
rewrite
H_job_of_tsk
|
eapply
arrived_between_implies_in_arrivals
;
e
d
on
e
]
.
[
rewrite
H_job_of_tsk
|
eapply
arrived_between_implies_in_arrivals
;
e
assumpti
on
]
.
Qed
.
End
Case1
.
...
...
@@ -383,7 +383,7 @@ Section Sequential_Abstract_RTA.
simpl
;
rewrite
lt0b
.
apply
/
hasP
;
exists
j
;
last
by
done
.
by
rewrite
mem_filter
;
apply
/
andP
;
split
;
[
rewrite
H_job_of_tsk
|
eapply
arrived_between_implies_in_arrivals
;
e
d
on
e
]
.
[
rewrite
H_job_of_tsk
|
eapply
arrived_between_implies_in_arrivals
;
e
assumpti
on
]
.
Qed
.
End
Case2
.
...
...
@@ -498,7 +498,7 @@ Section Sequential_Abstract_RTA.
have
ARRs
:
arrives_in
arr_seq
j1
;
first
by
apply
H_jobs_come_from_arrival_sequence
with
t
;
rewrite
scheduled_at_def
;
apply
/
eqP
.
case_eq
(
job_task
j1
==
tsk
)
=>
TSK
.
2
:
by
eapply
interference_plus_sched_le_serv_of_task_plus_task_interference_task
;
[
e
d
on
e
|
apply
/
negbT
]
.
2
:
by
eapply
interference_plus_sched_le_serv_of_task_plus_task_interference_task
;
[
e
assumpti
on
|
apply
/
negbT
]
.
case
EQ
:
(
j
==
j1
);
[
move
:
EQ
=>
/
eqP
EQ
;
subst
j1
|
]
.
1
:
by
apply
interference_plus_sched_le_serv_of_task_plus_task_interference_j
.
eapply
interference_plus_sched_le_serv_of_task_plus_task_interference_job
;
...
...
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