summaryrefslogtreecommitdiff
path: root/2004/n/fpga/doc/dcd/rapport.tex
diff options
context:
space:
mode:
authorgalmes2004-04-18 17:38:57 +0000
committergalmes2004-04-18 17:38:57 +0000
commit45e5fa7b0cfab3dc616617cea6b084e50f6587f7 (patch)
treed8dc7a59cf778de42a3d34df91ca4eaac9ef9ddd /2004/n/fpga/doc/dcd/rapport.tex
parented961665ec4856083d979f22dad7287c49a48944 (diff)
rapport : ajout des annexes (listings)
gpio : déplacement du code en annexe. interrupt : ajout d'un partie de doc.
Diffstat (limited to '2004/n/fpga/doc/dcd/rapport.tex')
-rw-r--r--2004/n/fpga/doc/dcd/rapport.tex43
1 files changed, 42 insertions, 1 deletions
diff --git a/2004/n/fpga/doc/dcd/rapport.tex b/2004/n/fpga/doc/dcd/rapport.tex
index 2740824..ad37d49 100644
--- a/2004/n/fpga/doc/dcd/rapport.tex
+++ b/2004/n/fpga/doc/dcd/rapport.tex
@@ -126,10 +126,51 @@ Cf schéma de l'architecture globale, figure \ref{archiglobale} page
\section {Conclusion}
+\pagebreak
% TODO : Annexes
+\appendix
+
+\section{Listing des modules vhdl}
+
+\subsection{nono\_const.vhd}
+
+
+\subsection{isa\_const.vhd}
+
+\subsection{pwm\_const.vhd}
+
+
+\subsection{reg\_rw.vhd}
+\label{sec:reg_rw}
+\lstinputlisting{../../src/registre/reg_rw.vhd}
+\pagebreak
+
+\subsection{tristate.vhd}
+\label{sec:tristate}
+\lstinputlisting{../../src/three-state/tristate.vhd}
+\pagebreak
+
+\subsection{gpio\_direction.vhd}
+\label{sec:gpio_direction}
+\lstinputlisting{../../src/gpio/gpio_direction.vhd}
+\pagebreak
+
+\subsection{gpio\_it\_detect\_up.vhd}
+\label{sec:gpio_it_detect_up}
+\lstinputlisting{../../src/gpio/gpio_it_detect_up.vhd}
+\pagebreak
+
+\subsection{gpio\_it\_detect\_down.vhd}
+\label{sec:gpio_it_detect_down}
+\lstinputlisting{../../src/gpio/gpio_it_detect_down.vhd}
+\pagebreak
+
+\subsection{gpio.vhd}
+\label{sec:gpio}
+\lstinputlisting{../../src/gpio/gpio.vhd}
+\pagebreak
-% Mettre nono_const et ISA_const
\end{document}