-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(SPI): flash write/read working on AES-KU040
- update SPI submodule - fix wrapper constraints to place SPI output register in IO - fix wrapper top level with correct clock primitive for KU040 board - initial working firmware example with SPI Flash write and read operations
- Loading branch information
Showing
4 changed files
with
40 additions
and
6 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
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
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
Submodule SPI
updated
7 files
+79 −22 | hardware/simulation/src/iob_spi_tb.v | |
+78 −23 | hardware/src/iob_spi_master.v | |
+167 −87 | hardware/src/spi_master_fl.v | |
+2 −0 | iob_spi_master.py | |
+54 −3 | software/src/iob-spi.c | |
+1 −0 | software/src/iob-spi.h | |
+7 −0 | software/src/iob-spidefs.h |