Skip to content
Snippets Groups Projects
Commit cdb19919 authored by apvrille's avatar apvrille
Browse files

Update on avatar documentation

parent 5c9e6a01
No related branches found
No related tags found
No related merge requests found
...@@ -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}
......
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