This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 208
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 #431 from sifive/vcu118
Add support for VCU118 FPGAs
- Loading branch information
Showing
6 changed files
with
10 additions
and
10 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
Submodule devicetree-overlay-generator
updated
4 files
+4 −4 | build.wake | |
+4 −1 | generate_overlay.py | |
+1 −0 | targets/__init__.py | |
+29 −0 | targets/vcu118.py |
Submodule esdk-settings-generator
updated
6 files
+3 −0 | .github/workflows/tests.yml | |
+9 −0 | Makefile | |
+4 −4 | build.wake | |
+35 −3 | generate_settings.py | |
+3 −0 | tests/__init__.py | |
+17 −0 | tests/test-arch.py |
Submodule openocdcfg-generator
updated
2 files
+15 −7 | generate_openocdcfg.py | |
+2 −2 | templates/openocd.cfg |
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