Renamed manual/FILES_* directories

This commit is contained in:
Clifford Wolf 2014-01-28 06:55:47 +01:00
parent 842ca2f011
commit 2cb47355d4
29 changed files with 9 additions and 9 deletions

View File

@ -13,9 +13,9 @@ with an example module.
\section{Example Module} \section{Example Module}
\lstinputlisting[title=stubnets.cc,numbers=left,frame=single,language=C++]{FILES_Prog/stubnets.cc} \lstinputlisting[title=stubnets.cc,numbers=left,frame=single,language=C++]{CHAPTER_Prog/stubnets.cc}
\lstinputlisting[title=Makefile,numbers=left,frame=single,language=make]{FILES_Prog/Makefile} \lstinputlisting[title=Makefile,numbers=left,frame=single,language=make]{CHAPTER_Prog/Makefile}
\lstinputlisting[title=test.v,numbers=left,frame=single,language=Verilog]{FILES_Prog/test.v} \lstinputlisting[title=test.v,numbers=left,frame=single,language=Verilog]{CHAPTER_Prog/test.v}

View File

@ -55,18 +55,18 @@ with a summary of the results.
\begin{figure}[t!] \begin{figure}[t!]
\begin{minipage}{7.7cm} \begin{minipage}{7.7cm}
\lstinputlisting[numbers=left,frame=single,language=Verilog]{FILES_StateOfTheArt/always01_pub.v} \lstinputlisting[numbers=left,frame=single,language=Verilog]{CHAPTER_StateOfTheArt/always01_pub.v}
\end{minipage} \end{minipage}
\hfill \hfill
\begin{minipage}{7.7cm} \begin{minipage}{7.7cm}
\lstinputlisting[frame=single,language=Verilog]{FILES_StateOfTheArt/always02_pub.v} \lstinputlisting[frame=single,language=Verilog]{CHAPTER_StateOfTheArt/always02_pub.v}
\end{minipage} \end{minipage}
\caption{1st and 2nd Verilog always examples} \caption{1st and 2nd Verilog always examples}
\label{fig:StateOfTheArt_always12} \label{fig:StateOfTheArt_always12}
\end{figure} \end{figure}
\begin{figure}[!] \begin{figure}[!]
\lstinputlisting[numbers=left,frame=single,language=Verilog]{FILES_StateOfTheArt/always03.v} \lstinputlisting[numbers=left,frame=single,language=Verilog]{CHAPTER_StateOfTheArt/always03.v}
\caption{3rd Verilog always example} \caption{3rd Verilog always example}
\label{fig:StateOfTheArt_always3} \label{fig:StateOfTheArt_always3}
\end{figure} \end{figure}
@ -107,7 +107,7 @@ The first example is only using the most fundamental Verilog features. All
tools under test were able to successfully synthesize this design. tools under test were able to successfully synthesize this design.
\begin{figure}[b!] \begin{figure}[b!]
\lstinputlisting[numbers=left,frame=single,language=Verilog]{FILES_StateOfTheArt/arrays01.v} \lstinputlisting[numbers=left,frame=single,language=Verilog]{CHAPTER_StateOfTheArt/arrays01.v}
\caption{Verilog array example} \caption{Verilog array example}
\label{fig:StateOfTheArt_arrays} \label{fig:StateOfTheArt_arrays}
\end{figure} \end{figure}
@ -155,7 +155,7 @@ For this design HANA, vl2m and ODIN-II generate error messages indicating that
arrays are not supported. arrays are not supported.
\begin{figure}[t!] \begin{figure}[t!]
\lstinputlisting[numbers=left,frame=single,language=Verilog]{FILES_StateOfTheArt/forgen01.v} \lstinputlisting[numbers=left,frame=single,language=Verilog]{CHAPTER_StateOfTheArt/forgen01.v}
\caption{Verilog for loop example} \caption{Verilog for loop example}
\label{fig:StateOfTheArt_for} \label{fig:StateOfTheArt_for}
\end{figure} \end{figure}
@ -171,7 +171,7 @@ by continuing tests on this aspect of Verilog synthesis such as synthesis of dua
memories, correct handling of write collisions, and so forth. memories, correct handling of write collisions, and so forth.
\begin{figure}[t!] \begin{figure}[t!]
\lstinputlisting[numbers=left,frame=single,language=Verilog]{FILES_StateOfTheArt/forgen02.v} \lstinputlisting[numbers=left,frame=single,language=Verilog]{CHAPTER_StateOfTheArt/forgen02.v}
\caption{Verilog generate example} \caption{Verilog generate example}
\label{fig:StateOfTheArt_gen} \label{fig:StateOfTheArt_gen}
\end{figure} \end{figure}