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

Subversion Repositories wbuart32

[/] [wbuart32/] [trunk/] [bench/] [verilog/] [README.md] - Blame information for rev 5

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 dgisselq
This directory contains three basic configurations for testing your UART
2
and proving that it works:
3
- helloworld: Displays the familiar "Hello, World!" message over and over.  Tests the transmit UART port.
4
- linetest: Reads a line of text, then parrots it back.  Tests both receive and transmit UART.
5
- speechfifo: Recites the Gettysburg address over and over again.  This can be used to test the transmit UART port, and particularly to test receivers to see if they can receive 1400+ characters at full speed without any problems.
6
 
7
Each of these configurations has a commented line defining OPT_STANDALONE within
8
it.  If you uncomment this line, the configurations may be run as stand alone
9
configurations.  (You will probably want to adjust the baud clock divider, to
10
be specific to the baud rate you wish to generate as well as the clock rate
11
you will be generating this from.)
12
 
13
If you leave OPT_STANDALONE commented, these demo programs should work quite
14
nicely with a Verilator based simulation.

powered by: WebSVN 2.1.0

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