Skip to content

Commit

Permalink
move documentation to separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Maniecki committed Jan 30, 2015
1 parent 02a4b38 commit 36df4ab
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
20 changes: 10 additions & 10 deletions report.tex → doc/report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ \subsection{Implementacja w HDL.}

\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{multisim/timer.png}
\includegraphics[width=\textwidth]{timer.png}
\caption[Uproszczony schemat timera.]{Uproszczony schemat timera w programie Multisim.}
\label{timer_scheme}
\end{figure}
Expand All @@ -229,7 +229,7 @@ \subsection{Implementacja w HDL.}
1Hz w Verilogu.

\pagebreak
\lstinputlisting[title=\clocksec .v]{clock_sec.v}
\lstinputlisting[title=\clocksec .v]{../clock_sec.v}

\section{Debouncer (\debouncer).}
\subsection{Opis układu.}
Expand Down Expand Up @@ -258,7 +258,7 @@ \subsection{Implementacja w HDL.}
Przełączniki stosowane przez nas w Multisimie na szczęście nie wymagają
debouncera. Poniżej przedstawiamy implementację w Verilogu.
\pagebreak
\lstinputlisting[title=\debouncer .v]{debouncer.v}
\lstinputlisting[title=\debouncer .v]{../debouncer.v}

\section{Liczniki (\counter{6}, \counter{10}).}
\subsection{Opis układu.}
Expand All @@ -277,7 +277,7 @@ \subsection{Symulacja w Multisimie.}

\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{multisim/counter6.png}
\includegraphics[width=\textwidth]{counter6.png}
\caption[Schemat licznika modulo 6.]{Schemat licznika modulo 6 w programie Multisim.}
\label{counter6_scheme}
\end{figure}
Expand All @@ -288,7 +288,7 @@ \subsection{Symulacja w Multisimie.}
\ref{counter10_scheme}.
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{multisim/counter10.png}
\includegraphics[width=\textwidth]{counter10.png}
\caption[Schemat licznika modulo 10.]{Schemat licznika modulo 10 w programie Multisim.}
\label{counter10_scheme}
\end{figure}
Expand All @@ -298,8 +298,8 @@ \subsection{Implementacja w HDL.}
Implementacja liczników w Verilogu to wyrażenie wcześniej
przedstawionych schematów w języku opisu sprzętu.

\lstinputlisting[title=\counter{6}.v]{counter_6.v}
\lstinputlisting[title=\counter{10}.v]{counter_10.v}
\lstinputlisting[title=\counter{6}.v]{../counter_6.v}
\lstinputlisting[title=\counter{10}.v]{../counter_10.v}
\section{Kontrola trybów (\mode).}
\subsection{Opis układu.}
Podczas projektowania układu ustaliliśmy, że timer będzie się mógł
Expand Down Expand Up @@ -345,7 +345,7 @@ \subsection{Implementacja w HDL.}
\texttt{end\textunderscore}. Na wyjście podawany jest stan
przerzutników \texttt{running} i \texttt{ended}.

\lstinputlisting[title=\texttt{mode.v}]{mode.v}
\lstinputlisting[title=\texttt{mode.v}]{../mode.v}
\section{Dekoder BCD na wyświetlacz 7-segmentowy (\bcdtoseg).}
\subsection{Opis układu.}
Aby użytkownik mógł widzieć stan timera na wyświetlaczu LED,
Expand Down Expand Up @@ -461,7 +461,7 @@ \subsection{Symulacja w Multisimie.}
uzyskanych funkcji na bramkach logicznych w programie Multisim.
\begin{figure}[p]
\centering
\includegraphics[width=\textwidth]{multisim/bcdto7seg.png}
\includegraphics[width=\textwidth]{bcdto7seg.png}
\caption[Schemat dekodera BCD na wyświetlacz 7-segmentowy.]{Schemat dekodera BCD na wyświetlacz 7-segmentowy w programie Multisim.}
\label{decoder_scheme}
\end{figure}
Expand All @@ -472,6 +472,6 @@ \subsection{Implementacja w HDL.}
układ bramek logicznych realizujący podaną w ten sposób
\emph{tabelę prawdy}.

\lstinputlisting[title=\bcdtoseg .v]{bcd_to_7seg.v}
\lstinputlisting[title=\bcdtoseg .v]{../bcd_to_7seg.v}

\end{document}
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 36df4ab

Please sign in to comment.