Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Viguier
coq-verif-tweetnacl
Commits
3505ef88
Commit
3505ef88
authored
Feb 10, 2020
by
Benoit Viguier
Browse files
figure
parent
39c70ae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
paper/tikz/low.tex
0 → 100644
View file @
3505ef88
\begin{tikzpicture}
[textstyle/.style=
{
black, thick, anchor=north west, align=center, minimum height=0.45cm, minimum width=1cm, text centered, font=
\scriptsize
}
]
\node
[textstyle,draw] (VSTSpec) at (0,0)
{
Spec
}
;
\node
[textstyle,draw] (VSTC) at (0,-2)
{
C code
}
;
\draw
[->, thick] (VSTC.north) -- (VSTSpec.south);
\begin{scope}
[yshift=0 cm,xshift=3 cm]
\node
[textstyle,draw] (LowSpec) at (0,0)
{
Spec
}
;
\node
[textstyle,draw] (Low) at (0,-1)
{
Low*
}
;
\node
[textstyle,draw] (LowC) at (0,-2)
{
C code
}
;
\draw
[->, thick] (Low.south) -- (LowC.north);
\draw
[->, thick] (Low.north) -- (LowSpec.south);
\end{scope}
\end{tikzpicture}
Write
Preview
Supports
Markdown
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