blob: 3b8753969a53f8effc5befbd461082476ca4cfa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
\newpage
\appendix
\section{Code VHDL}
\todo{Finish this this}
\begin{figure}[H]
\tiny
\centering
\begin{varwidth}{\linewidth}
\input{assets/code/thermo2bin.tex}
\end{varwidth}
\caption{Module Thermo2bin}
\end{figure}
\begin{figure}[H]
\tiny
\centering
\begin{varwidth}{\linewidth}
\input{assets/code/add4bits.tex}
\end{varwidth}
\caption{Module Add4Bits}
\end{figure}
\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}
\begin{figure}[H]
\centering
\includegraphics[width=.7\textwidth]{assets/img/schematic-thermo2bin.png}
\caption{Module Thermo2bin}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=.7\textwidth]{assets/img/schematic-add4bits.png}
\caption{Module Add4Bits}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=.7\textwidth]{assets/img/schematic-add1bit.png}
\caption{Module Add1Bit}
\end{figure}
\section{Tables de Vérité et Karnaugh}
\todo{Verite}\\
\todo{Karnaugh}
|