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
Jules Saget
M1 internship report
Commits
533476fa
Commit
533476fa
authored
Aug 24, 2020
by
Jules Saget
Browse files
Add 4 phase handshake
parent
f57e6eff
Changes
2
Hide whitespace changes
Inline
Side-by-side
figures/4ph.gv
0 → 100644
View file @
533476fa
digraph four_phas_handshake {
rankdir="LR";
IDLE -> REQ -> ACK -> DONE -> IDLE;
}
figures/Makefile
View file @
533476fa
figs
:
comparator.pdf simple_graph_reductions.pdf ski_combinators.pdf
figs
:
comparator.pdf simple_graph_reductions.pdf ski_combinators.pdf
4ph.pdf
%.pdf
:
%.gv
dot
-o
$@
-Tpdf
$<
...
...
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