diff options
Diffstat (limited to 'rapport/annexe.tex')
-rw-r--r-- | rapport/annexe.tex | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/rapport/annexe.tex b/rapport/annexe.tex index f15f688..0c43f81 100644 --- a/rapport/annexe.tex +++ b/rapport/annexe.tex @@ -1,6 +1,7 @@ \newpage \appendix \section{Code VHDL} +\todo{Finish this this} \begin{figure}[H] \tiny @@ -11,8 +12,40 @@ \caption{Module Thermo2bin} \end{figure} -\section{Simulations} +\begin{figure}[H] + \tiny +\centering +\begin{varwidth}{\linewidth} + \input{assets/code/add4bits.tex} +\end{varwidth} +\caption{Module Add4Bits} +\end{figure} -\section{Tables de Vérité et Karnaugh} +\begin{figure}[H] + \tiny +\centering +\begin{varwidth}{\linewidth} + \input{assets/code/add1bita.tex} +\end{varwidth} +\caption{Module Add1BitA} +\end{figure} + +\begin{figure}[H] + \tiny +\centering +\begin{varwidth}{\linewidth} + \input{assets/code/add1bitb.tex} +\end{varwidth} +\caption{Module Add1BitB} +\end{figure} + +\section{Schémas} +\todo{Schéma bloc}\\ +\todo{Simulations} + + +\section{Tables de Vérité et Karnaugh} +\todo{Verite}\\ +\todo{Karnaugh} |