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
05c93849
Commit
05c93849
authored
5 years ago
by
Sergey Bozhko
Committed by
Björn Brandenburg
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Change name of a matched variable
parent
9e805d0b
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/behavior/schedule/varspeed.v
+2
-1
2 additions, 1 deletion
restructuring/behavior/schedule/varspeed.v
with
2 additions
and
1 deletion
restructuring/behavior/schedule/varspeed.v
+
2
−
1
View file @
05c93849
...
@@ -22,7 +22,7 @@ Section State.
...
@@ -22,7 +22,7 @@ Section State.
Definition
service_in
(
s
:
processor_state
)
:
nat
:=
Definition
service_in
(
s
:
processor_state
)
:
nat
:=
match
s
with
match
s
with
|
Idle
=>
0
|
Idle
=>
0
|
Progress
j'
s
=>
if
j'
==
j
then
s
else
0
|
Progress
j'
s
peed
=>
if
j'
==
j
then
s
peed
else
0
end
.
end
.
End
Service
.
End
Service
.
...
@@ -35,4 +35,5 @@ Section State.
...
@@ -35,4 +35,5 @@ Section State.
Proof
.
Proof
.
by
move
=>
j
[]
//=
j'
s
->
.
by
move
=>
j
[]
//=
j'
s
->
.
Defined
.
Defined
.
End
State
.
End
State
.
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