URL
https://opencores.org/ocsvn/miniuart2/miniuart2/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
22 |
philippe |
This testbench will simulate a BitStream on the RxD pad. The RxUnit unserialise it and
|
2 |
|
|
store it in the receive register.
|
3 |
|
|
|
4 |
|
|
at 17.2uS, the RxD line is driven low. This is the start bit.
|
5 |
|
|
from 34.4uS to 139.2uS follows the others bits from 0 to 7.
|
6 |
|
|
at 139.2uS the RxD line is driven high. This is the stop bit.
|
7 |
|
|
at 173.6uS the intrx_o signal goes high. This indicates that a byte has been received by
|
8 |
|
|
the Rx unit.
|
9 |
|
|
at 190uS the status reg is read (adr 01). It contains the value 0x03. This indicates that
|
10 |
|
|
a char is available in the receive register (bit1 = 1).
|
11 |
|
|
at 200uS the receive buffer is read. It contains the value 0x32.
|
12 |
|
|
The baudrate is 57600bps.
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.