OpenCores
URL https://opencores.org/ocsvn/wbuart32/wbuart32/trunk

Subversion Repositories wbuart32

[/] [wbuart32/] [trunk/] [doc/] [src/] [spec.tex] - Diff between revs 15 and 18

Show entire file | Details | Blame | View Log

Rev 15 Rev 18
Line 65... Line 65...
 
 
You should have received a copy of the GNU General Public License along
You should have received a copy of the GNU General Public License along
with this program.  If not, see \texttt{http://www.gnu.org/licenses/} for a copy.
with this program.  If not, see \texttt{http://www.gnu.org/licenses/} for a copy.
\end{license}
\end{license}
\begin{revisionhistory}
\begin{revisionhistory}
 
1.01 & 6/02/2017 & D. Gisselquist & Clarified register descriptions\\\hline
1.0 & 2/20/2017 & D. Gisselquist & Added Hardware Flow Control\\\hline
1.0 & 2/20/2017 & D. Gisselquist & Added Hardware Flow Control\\\hline
0.2 & 1/03/2017 & D. Gisselquist & Added test-bench information\\\hline
0.2 & 1/03/2017 & D. Gisselquist & Added test-bench information\\\hline
0.1 & 8/26/2016 & D. Gisselquist & Initial Draft Specification\\\hline
0.1 & 8/26/2016 & D. Gisselquist & Initial Draft Specification\\\hline
\end{revisionhistory}
\end{revisionhistory}
% Revision History
% Revision History
Line 347... Line 348...
corresponds to 8--bit words, a value of one to seven bit words, and so forth up
corresponds to 8--bit words, a value of one to seven bit words, and so forth up
to a value of three for five bit words.  $S$ determines the number of stop
to a value of three for five bit words.  $S$ determines the number of stop
bits.  Set this to one for two stop bits, or leave it at zero for a single
bits.  Set this to one for two stop bits, or leave it at zero for a single
stop bit.  $P$ determines whether or not a parity bit is used (1~for parity,
stop bit.  $P$ determines whether or not a parity bit is used (1~for parity,
0~for no parity), while $F$ determines whether or not the parity is fixed.
0~for no parity), while $F$ determines whether or not the parity is fixed.
Tbl.~\ref{tbl:parity} lists out the various values possible here.
Tbl.~\ref{tbl:parity} lists how $P$, $F$, and $T$ affect which parity
 
is being used.
\begin{table}\begin{center}
\begin{table}\begin{center}
\begin{tabular}{ccc|l}
\begin{tabular}{ccc|l}
P&F&T&Setting \\\hline\hline
P&F&T&Setting \\\hline\hline
1 & 0 & 0 & Odd parity          \\\hline
1 & 0 & 0 & Odd parity          \\\hline
1 & 0 & 1 & Even parity \\\hline
1 & 0 & 1 & Even parity \\\hline
Line 362... Line 364...
\end{center}\end{table}
\end{center}\end{table}
 
 
The final portion of this register is the baud {\tt CLKS}.  This is the number
The final portion of this register is the baud {\tt CLKS}.  This is the number
of ticks of your system clock per baud interval,
of ticks of your system clock per baud interval,
\begin{eqnarray*}
\begin{eqnarray*}
{\tt CLKS} &=& \frac{f_{\mbox{\tiny SYS}}}{f_{\mbox{\tiny BAUD}}}.
{\tt CLKS} &=& \left\lfloor \frac{f_{\mbox{\tiny SYS}}}{f_{\mbox{\tiny BAUD}}} \right\rfloor.
\end{eqnarray*}
\end{eqnarray*}
Rounding to the nearest integer is recommended.  Hence, if you have a system
Rounding to the nearest integer is recommended.  Hence, if you have a system
clock of 100~MHz and wish to achieve 115,200~Baud, you would set {\tt CLKS} to
clock of 100~MHz and wish to achieve 115,200~Baud, you would set {\tt CLKS} to
\begin{eqnarray*}
\begin{eqnarray*}
{\tt CLKS}_{\tiny{\tt Example}} &=& \frac{100 \cdot 10^6}{115200}
{\tt CLKS}_{\tiny{\tt Example}} &=& \frac{100 \cdot 10^6}{115200}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.