-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from jakubcabal/dev
Merge version 1.3 of UART module to master
- Loading branch information
Showing
25 changed files
with
924 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog of Simple UART for FPGA | ||
|
||
**Version 1.3 - released on 10 April 2021** | ||
- Added better simulation with automatic checking of transactions. | ||
- Little code cleaning and code optimization. | ||
- Added UART2WB bridge example (access to WB registers via UART). | ||
- Added Parity Error output. | ||
|
||
**Version 1.2 - released on 23 December 2019** | ||
- Added double FF for safe CDC. | ||
- Fixed fake received transaction after FPGA boot without reset. | ||
- Added more precisely clock dividers, dividing with rounding. | ||
- UART loopback example is for CYC1000 board now. | ||
|
||
**Version 1.1 - released on 20 December 2018** | ||
- Added better debouncer. | ||
- Added simulation script and Quartus project file. | ||
- Removed unnecessary resets. | ||
- Signal BUSY replaced by DIN_RDY. | ||
- Many other optimizations and changes. | ||
|
||
**Version 1.0 - released on 27 May 2016** | ||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.