-
Notifications
You must be signed in to change notification settings - Fork 10
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 #21 from maass-hamburg/litex_add_litespi_flash
Litex add litespi flash and watchdog
- Loading branch information
Showing
17 changed files
with
84 additions
and
105 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
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 litedram
updated
37 files
Submodule liteeth
updated
64 files
Submodule liteiclink
updated
46 files
Submodule litepcie
updated
98 files
Submodule litesata
updated
23 files
+13 −3 | .github/workflows/ci.yml | |
+3 −1 | CONTRIBUTORS | |
+24 −23 | bench/acorn.py | |
+17 −16 | bench/genesys2.py | |
+27 −26 | bench/kc705.py | |
+26 −22 | bench/kcu105.py | |
+17 −16 | bench/nexys_video.py | |
+1 −1 | bench/test_bist.py | |
+1 −1 | bench/test_dma.py | |
+1 −1 | bench/test_init.py | |
+18 −17 | bench/xcu1525.py | |
+227 −0 | bench/zcu102.py | |
+0 −1 | litesata/common.py | |
+3 −3 | litesata/core/link.py | |
+64 −36 | litesata/frontend/dma.py | |
+54 −30 | litesata/phy/__init__.py | |
+21 −14 | litesata/phy/a7sataphy.py | |
+9 −6 | litesata/phy/ctrl.py | |
+1 −1 | litesata/phy/datapath.py | |
+942 −0 | litesata/phy/gthe4sataphy.py | |
+7 −5 | litesata/phy/uspsataphy.py | |
+2 −2 | litesata/phy/ussataphy.py | |
+23 −12 | setup.py |
Submodule litescope
updated
6 files
+7 −8 | .github/workflows/ci.yml | |
+1 −1 | CONTRIBUTORS | |
+2 −2 | examples/arty.py | |
+1 −1 | litescope/core.py | |
+5 −3 | litescope/software/driver/analyzer.py | |
+21 −11 | setup.py |
Submodule litex-boards
updated
264 files
Submodule migen
updated
6 files
+9 −9 | doc/introduction.rst | |
+2 −2 | migen/build/platforms/quickfeather.py | |
+13 −5 | migen/build/platforms/sinara/efc.py | |
+1 −1 | migen/build/platforms/zc706.py | |
+41 −0 | pyproject.toml | |
+0 −44 | setup.py |
Submodule pythondata-cpu-vexriscv
updated
23 files