Skip to content
Snippets Groups Projects
Commit 650e354b authored by Felipe Cerqueira's avatar Felipe Cerqueira
Browse files

Fix issue with miss deadlines before t

parent 7c258b5e
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment