Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
cdb19919
Commit
cdb19919
authored
5 years ago
by
apvrille
Browse files
Options
Downloads
Patches
Plain Diff
Update on avatar documentation
parent
5c9e6a01
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/AVATAR/avatar_documentation.tex
+24
-0
24 additions, 0 deletions
doc/AVATAR/avatar_documentation.tex
with
24 additions
and
0 deletions
doc/AVATAR/avatar_documentation.tex
+
24
−
0
View file @
cdb19919
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
\usepackage
[utf8]
{
inputenc
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
[T1]
{
fontenc
}
\usepackage
[T1]
{
fontenc
}
\usepackage
{
listings
}
\usepackage
{
listings
}
\usepackage
{
syntax
}
\usepackage
[a4paper,bindingoffset=0.2in,headsep=0.5cm,left=1in,right=1in,bottom=3cm,top=2cm,headheight=2cm]
{
geometry
}
\usepackage
[a4paper,bindingoffset=0.2in,headsep=0.5cm,left=1in,right=1in,bottom=3cm,top=2cm,headheight=2cm]
{
geometry
}
\usepackage
{
hyperref
}
\usepackage
{
hyperref
}
\usepackage
{
listings
}
\usepackage
{
listings
}
...
@@ -88,6 +91,8 @@ Modifications} & \textbf{Sections Modified} \\
...
@@ -88,6 +91,8 @@ Modifications} & \textbf{Sections Modified} \\
\hhline
{
----
}
\hhline
{
----
}
1.0
&
July 7, 2018
&
First draft
&
\\
1.0
&
July 7, 2018
&
First draft
&
\\
\hline
\hline
1.1
&
Oct 29, 2019
&
Adding safety pragmas
&
\\
\hline
\end{tabular}
\end{tabular}
\end{adjustbox}
\end{adjustbox}
\end{table}
\end{table}
...
@@ -571,6 +576,25 @@ Using as reference what was already indicated in the block diagram, we will dete
...
@@ -571,6 +576,25 @@ Using as reference what was already indicated in the block diagram, we will dete
\caption
{
Reachability graph
}
\label
{
fig:rg
}
\caption
{
Reachability graph
}
\label
{
fig:rg
}
\end{figure*}
\end{figure*}
\subsection
{
Safety pragmas
}
Safety pragmas can be inserted in the model. These pragmas follow the following grammar.
\setlength
{
\grammarparsep
}{
20pt plus 1pt minus 1pt
}
% increase separation between rules
\setlength
{
\grammarindent
}{
12em
}
% increase separation between LHS/RHS
\begin{grammar}
<pragma> ::= <path> <state> <property>
\alt
<property> <leadsto> <property>
<path> ::= `A' | `E'
<state> ::= `<>' | `[]'
<leadsto> ::= `-->'
\end{grammar}
\subsection
{
Latency Analysis
}
\subsection
{
Latency Analysis
}
...
...
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