forked from timvideos/HDMI2USB-litex-firmware
-
Notifications
You must be signed in to change notification settings - Fork 8
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 timvideos#179 from antmicro/update_submodules
Update submodules
- Loading branch information
Showing
23 changed files
with
35 additions
and
29 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,5 @@ LITE_REPOS=" | |
litepcie | ||
litesata | ||
litescope | ||
liteusb | ||
litevideo | ||
" |
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 edid-decode
updated
from 15df4a to 42f5fa
Submodule litedram
updated
34 files
Submodule liteeth
updated
76 files
Submodule litepcie
updated
29 files
Submodule litesata
updated
37 files
Submodule litescope
updated
20 files
+18 −0 | CONTRIBUTORS | |
+161 −0 | examples/fast_scope_arty.py | |
+3 −0 | examples/make.py | |
+3 −0 | examples/targets/core.py | |
+3 −0 | examples/targets/simple.py | |
+3 −0 | examples/test/test_analyzer_counter.py | |
+3 −0 | examples/test/test_analyzer_wishbone.py | |
+30 −0 | examples/test/test_fast_scope_arty.py | |
+3 −0 | examples/test/test_identifier.py | |
+3 −0 | examples/test/test_io.py | |
+5 −0 | litescope/core.py | |
+10 −2 | litescope/software/driver/analyzer.py | |
+3 −0 | litescope/software/driver/io.py | |
+25 −7 | litescope/software/dump/common.py | |
+3 −0 | litescope/software/dump/csv.py | |
+3 −0 | litescope/software/dump/python.py | |
+3 −0 | litescope/software/dump/sigrok.py | |
+3 −0 | litescope/software/dump/vcd.py | |
+3 −0 | test/test_analyzer.py | |
+3 −0 | test/test_dump.py |
Submodule liteusb
updated
from 0a9110 to 7457a2
Submodule migen
updated
8 files
+3 −5 | migen/build/altera/quartus.py | |
+3 −39 | migen/build/lattice/diamond.py | |
+0 −19 | migen/build/tools.py | |
+0 −29 | migen/build/xilinx/common.py | |
+3 −17 | migen/build/xilinx/ise.py | |
+5 −14 | migen/build/xilinx/programmer.py | |
+4 −7 | migen/build/xilinx/vivado.py | |
+53 −2 | migen/genlib/cdc.py |