Add info stub for SoC UART

This commit is contained in:
Xiretza 2020-03-30 23:38:24 +02:00
parent 637573fd43
commit f4164ca3f2
Signed by: xiretza
GPG key ID: E51A6C6A1EB378ED

View file

@ -87,7 +87,8 @@ The complete FPGA design consists not only of the CPU core, but a number of comp
\subsection{UART}
% TODO
The easiest way to communicate with an embedded system is usually through a serial interface. To ensure the best compatibility with existing software, a National Semiconductor 16550 UART was reimplemented from scratch instead of creating a new design. Thus, the modules's functionality and design can be found in the 16550's datasheet.
% TODO ref
\subsection{DVI graphics}