-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e67e2e
commit 99ea454
Showing
1 changed file
with
18 additions
and
0 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,18 @@ | ||
# Changelog of SPI master and SPI slave for FPGA | ||
|
||
**Version 1.1 - released on 24 April 2021** | ||
- Changed license to The MIT License. | ||
- Added better simulations and enabled GitHub CI. | ||
- Added Spirit Level example design for CYC1000 board. | ||
- Added sync FFs to SPI slave for elimination metastability. | ||
- Added WORD_SIZE generic. | ||
- Many minor changes, fixes and optimizations. | ||
|
||
**Version 1.0 - released on 28 September 2017** | ||
- First non-beta release. | ||
- Added new version of master module with many optimizations. | ||
- Added DIN_LAST input to master module, for CS_N signal control. | ||
- Added simulation tcl script for ModelSim. | ||
- Updated simulation testbench. | ||
- Updated example design. | ||
- Optimized and cleaned slave module. |