From ef2d6bad3d4735381f60fd6d5b1be149ef3cb4fc Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 30 Jul 2021 16:29:41 +0200 Subject: Add Y diagram --- tex/vhdl.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tex/vhdl.tex') diff --git a/tex/vhdl.tex b/tex/vhdl.tex index cb2b389..6feb80e 100644 --- a/tex/vhdl.tex +++ b/tex/vhdl.tex @@ -47,13 +47,13 @@ an \emph{architecture}. There can be multiple architectures for a single entity. \begin{figure}[h] \centering \begin{tikzpicture}[ + font = \ttfamily, node distance = 1mm, pin/.style = { draw = black, fill = white, circle, thick, inner sep = 0pt, minimum size = 2mm, }, ] - \ttfamily \node[ rectangle, draw = black, thick, fill = gray!20!white, minimum width = 4.5cm, minimum height = 4cm, @@ -227,6 +227,7 @@ for `\reqph{label or {\tt all}}`: use entity `\reqph{library}`.`\reqph{entity}`( \begin{figure}[h] \centering \begin{tikzpicture}[ + font = \ttfamily, node distance = 1mm, pin/.style = { draw = black, fill = white, circle, thick, @@ -238,7 +239,6 @@ for `\reqph{label or {\tt all}}`: use entity `\reqph{library}`.`\reqph{entity}`( align = center, }, ] - \ttfamily \node[ draw = black, rectangle, fill = gray!20!white, thick, @@ -448,8 +448,8 @@ y <= y xor a; \end{minipage} \begin{minipage}{.4\linewidth} \centering - \ttfamily \begin{tikzpicture}[ + font = \ttfamily, outer sep = 0mm, inner sep = 0mm, comp/.style = { rectangle, draw = black, thick, fill = gray!20!white, -- cgit v1.2.1