summaryrefslogtreecommitdiff
path: root/manual/CHAPTER_Overview.tex
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-02-03 16:26:27 +0100
committerClifford Wolf <clifford@clifford.at>2014-02-03 16:26:27 +0100
commit6c3d76797606c233eeda8c950a193b5f0bf97048 (patch)
tree93c8c5eb99b1e7b8b74b9055d26210f4522877e5 /manual/CHAPTER_Overview.tex
parent9e350215857b56fa990dc8a0eabfd2087f9dc39a (diff)
presentation progress
Diffstat (limited to 'manual/CHAPTER_Overview.tex')
-rw-r--r--manual/CHAPTER_Overview.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/manual/CHAPTER_Overview.tex b/manual/CHAPTER_Overview.tex
index 7d61a1d1..b9df57d1 100644
--- a/manual/CHAPTER_Overview.tex
+++ b/manual/CHAPTER_Overview.tex
@@ -126,7 +126,6 @@ other object to parse the cell library.
\node[entity] (sync) [fill=green!10, above of=case] {RTLIL::SyncRule} edge [-latex] (process);
\node[entity] (switch) [fill=green!10, below of=case] {RTLIL::SwitchRule} edge [-latex] (case);
\draw[latex-] (switch.east) -- ++(1em,0) |- (case.east);
-
\end{tikzpicture}
\caption{Simplified RTLIL Entity-Relationship Diagram}
\label{fig:Overview_RTLIL}