Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a slide with the run on FPGA output #142

Merged
merged 1 commit into from
Jul 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified document/presentation/presentation.pdf
Binary file not shown.
39 changes: 38 additions & 1 deletion document/presentation/presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
\begin{tiny}
\begin{lstlisting}

IOb-Bootloader: connected!
TESTBENCH: connecting..IOb-Bootloader: connected!
IOb-Bootloader: Restart CPU to run user program...

Hello world!
Expand All @@ -177,6 +177,8 @@

Execution time: 44us @100MHz

TESTBENCH: exiting

\end{lstlisting}
\end{tiny}
\end{frame}
Expand All @@ -197,6 +199,41 @@
\end{itemize}
\end{frame}


\begin{frame}[fragile]{Run IOb-SoC}
\begin{itemize}
\item When run IOb-SoC on an FPGA with the default settings and the firmware
pre-initialised in the memory, the following should be printed:
\end{itemize}

\begin{tiny}
\begin{lstlisting}

+-----------------------------------------------+
| IOb-Console |
+-----------------------------------------------+

BaudRate = 115200
StopBits = 1
Parity = None

IOb-Console: connecting...

IOb-Bootloader: connected!
IOb-Bootloader: Restart CPU to run user program...

Hello world!

Execution time: 114466 clock cycles

Execution time: 1145us @100MHz

IOb-Console: exiting...

\end{lstlisting}
\end{tiny}
\end{frame}

\begin{frame}{Conclusion}
\begin{itemize}
\item A tutorial on creating a simple SoC using IOb-SoC has been presented
Expand Down