OpenCores

Automatic BAUD rate generator

This page contains files uploaded to the old opencores website as well as images and documents intended for use on other pages in this project. If you want to download this project or browse its svn, you can do so at the overview-page.
DateFileDescription
2002-09-17 20:30b13_safe_09_17_02.zipThis is the complete code base that I used to test out the module. This file includes many other modules, but the "rs232_syscon" module shows how the autobaud module is instantiated and connected. "top.v" is the top level of the hierarchy.
2002-09-17 20:28auto_baud_with_tracking.vThis file is the tracking version. It works up to 102 MHz in Xilinx SpartanII, and allows for tracking chages in BAUD rate at any time.
2002-09-17 20:27auto_baud.vThis is the original "auto_baud.v" module. It provides a single BAUD rate lock from the first carriage return, then holds that value until it is reset.