-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump litex/deps/litedram from
e446c06
to ed81c8c
Bumps [litex/deps/litedram](https://github.com/enjoy-digital/litedram) from `e446c06` to `ed81c8c`. - [Commits](enjoy-digital/litedram@e446c06...ed81c8c) --- updated-dependencies: - dependency-name: litex/deps/litedram dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1e3b07a
commit bf23aeb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule litedram
updated
17 files
+1 −0 | .github/workflows/ci.yml | |
+1 −1 | bench/arty.py | |
+1 −1 | bench/genesys2.py | |
+1 −1 | bench/kc705.py | |
+1 −1 | bench/kcu105.py | |
+1 −1 | bench/xcu1525.py | |
+13 −1 | litedram/core/bankmachine.py | |
+2 −1 | litedram/core/refresher.py | |
+17 −20 | litedram/frontend/dma.py | |
+4 −4 | litedram/init.py | |
+8 −0 | litedram/modules.py | |
+3 −2 | litedram/phy/ecp5ddrphy.py | |
+18 −17 | litedram/phy/gw2ddrphy.py | |
+1 −1 | litedram/phy/rpc/arty.py | |
+2 −1 | litedram/phy/rpc/basephy.py | |
+2 −1 | litedram/phy/usddrphy.py | |
+2 −1 | test/benchmark.py |