\title{cs378: Concurrency Honors: FPGA Needleman-Wunsch Lab 5 Writeup Template}
\author{
        You \\
        Department of Computer Science\\
        UT Austin
}
\date{\today}

\documentclass[9pt]{article}
\usepackage{graphicx}
\usepackage{float}
\usepackage[margin=1.2in]{geometry}

\begin{document}
\maketitle

\section{Graphs}\label{graphs}

\subsection{CPU}
\begin{figure}[H]
  \centering
  \includegraphics[width=.9\textwidth]{cascade-lab-graph.png}
  \caption{Runtime of CPU NW implementation on inputs of length 
  8,16,32,64. \emph{NOTE: the data in this graph are random. If your data are different 
  that's GOOD.}}
\label{fig:cpu-nw}
\end{figure}

\emph{A graph showing the runtime on inputs of length 8,16,32,64 using your sequential CPU solution 
is given in Figure~\ref{fig:cpu-nw}.}

\subsection{Cascade in Software Run Time}\label{graph:cascade}

\begin{figure}[H]
  \centering
  \includegraphics[width=.9\textwidth]{cascade-lab-graph.png}
  \caption{Runtime of Verilog implementation running in Cascade software mode on inputs of length 
  8,16,32,64. \emph{NOTE: the data in this graph are random. If your data are different 
  that's GOOD.}}
\label{fig:cascade-sw}
\end{figure}

\emph{A graph showing the runtime on inputs of length 8,16,32,64 using cascade 
running in software emulation only mode
is given in Figure~\ref{fig:cascade-sw}.}

\subsection{Cascade in Hardware Run Time}\label{graph:cascade}

\begin{figure}[H]
  \centering
  \includegraphics[width=.9\textwidth]{cascade-lab-graph.png}
  \caption{Runtime of Verilog implementation running in Cascade software mode on inputs of length 
  8,16,32,64. \emph{NOTE: the data in this graph are random. If your data are different 
  that's GOOD.}}
\label{fig:cascade-hw}
\end{figure}

\emph{A graph showing the runtime on inputs of length 8,16,32,64 using cascade 
running on the DE10-nano
is given in Figure~\ref{fig:cascade-hw}.}

\section{Questions}:
\begin{itemize}
\item Report the GPU hardware details, CPU hardware details, and OS version on the machine where you did your measurements.
\item How do you explain the differences in runtime and scalability between your CPU solution and your Verilog version?
\item How do you explain the differences in runtime and scalability between your Verilog version running in software emulation versus on the DE10?
\item How much time did you spend on the lab?
\end{itemize}  

\section{Extra Credit}

Please document any extra credit work you did in detail. 


\bibliographystyle{abbrv}
%\bibliography{main}

\end{document}
This is never printed
