Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
PROSA - Formally Proven Schedulability Analysis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vedant Chavda
PROSA - Formally Proven Schedulability Analysis
Commits
c95b4984
Commit
c95b4984
authored
Sep 09, 2020
by
Björn Brandenburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix minor warning
parent
877d6625
Pipeline
#33776
passed with stages
in 17 minutes and 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
analysis/facts/periodic/arrival_times.v
analysis/facts/periodic/arrival_times.v
+1
-1
No files found.
analysis/facts/periodic/arrival_times.v
View file @
c95b4984
...
...
@@ -84,7 +84,7 @@ Section PeriodicArrivalTimes.
apply
first_job_arrival
with
(
tsk0
:
=
tsk
)
in
EQ
=>
//.
now
rewrite
EQ
in
ARR
;
ssrlia
.
}
move
:
H_task_respects_periodic_model
=>
[
j'
[
ARR'
[
IND'
[
TSK'
[
ARRIVAL'
]
]]]].
move
:
H_task_respects_periodic_model
=>
[
j'
[
ARR'
[
IND'
[
TSK'
ARRIVAL'
]]]].
specialize
(
IHn
j'
)
;
feed_n
3
IHn
=>
//
;
first
by
rewrite
ARR
in
ARRIVAL'
;
ssrlia
.
rewrite
IHn
in
IND'
.
destruct
(
PeanoNat
.
Nat
.
zero_or_succ
(
job_index
arr_seq
j
))
as
[
Z
|
[
m
SUCC
]]
;
last
by
ssrlia
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment