forked from timvideos/litex-buildenv
-
Notifications
You must be signed in to change notification settings - Fork 1
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#344 from timvideos/dependabot/submodules…
…/third_party/litedram-87578dd
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule litedram
updated
13 files
+20 −1 | .travis.yml | |
+17 −0 | litedram/common.py | |
+22 −17 | litedram/frontend/bist.py | |
+1 −1 | litedram/frontend/dma.py | |
+30 −34 | litedram/gen.py | |
+2 −2 | litedram/phy/ecp5ddrphy.py | |
+43 −12 | litedram/phy/model.py | |
+2 −3 | litedram/phy/s7ddrphy.py | |
+3 −3 | litedram/phy/usddrphy.py | |
+8 −0 | test/benchmark.py | |
+133 −52 | test/run_benchmarks.py | |
+100 −0 | test/summary/summary.css | |
+160 −0 | test/summary/summary.html.jinja2 |