3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 19:51:23 +00:00

presentation progress

This commit is contained in:
Clifford Wolf 2014-02-03 16:26:27 +01:00
parent 9e35021585
commit 6c3d767976
6 changed files with 152 additions and 1 deletions

View file

@ -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}