Commit 316cb5bd authored by Javier Serrano's avatar Javier Serrano

Fixed figure 8 (variables can't be declared after the architecture declaration)…

Fixed figure 8 (variables can't be declared after the architecture declaration) and changelog (2003 -> 2009) 
parent 040b6224
...@@ -100,7 +100,7 @@ This version was printed on \today. ...@@ -100,7 +100,7 @@ This version was printed on \today.
\item \emph{Doxygen} chapter modified \item \emph{Doxygen} chapter modified
\end{itemize} \end{itemize}
2003-02-19 2009-02-19
\begin{itemize} \begin{itemize}
\item SVN revision number / date \item SVN revision number / date
\item \emph{Doxygen} and Changelog chapters added \item \emph{Doxygen} and Changelog chapters added
......
...@@ -414,7 +414,6 @@ end entity my_entity; ...@@ -414,7 +414,6 @@ end entity my_entity;
architecture rtl of my_entity is architecture rtl of my_entity is
constant c_INITIAL : std_logic_vector (2 downto 0) := "111"; -- initial value constant c_INITIAL : std_logic_vector (2 downto 0) := "111"; -- initial value
variable v_register : std_logic_vector (7 downto 0); -- stores data_i
\end{lstlisting} \end{lstlisting}
\end{center} \end{center}
\caption{Buses} \caption{Buses}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment