Skip to content

Commit

Permalink
Merge pull request #711 from timvideos/dependabot/submodules/third_pa…
Browse files Browse the repository at this point in the history
…rty/litedram-d16aaa7
  • Loading branch information
dependabot-preview[bot] authored Jun 11, 2021
2 parents 690901d + fe794a6 commit a03844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/litedram
Submodule litedram updated 49 files
+48 −0 .github/workflows/ci.yml
+0 −82 .travis.yml
+1 −1 README.md
+65 −170 bench/arty.py
+321 −0 bench/common.py
+149 −0 bench/ddr3_mr_gen.py
+174 −0 bench/ddr4_mr_gen.py
+64 −169 bench/genesys2.py
+153 −0 bench/kc705.py
+91 −172 bench/kcu105.py
+164 −0 bench/xcu1525.py
+51 −0 examples/xcu1525.yml
+77 −43 litedram/common.py
+2 −2 litedram/core/__init__.py
+27 −18 litedram/core/multiplexer.py
+1 −1 litedram/core/refresher.py
+14 −5 litedram/frontend/adapter.py
+2 −2 litedram/frontend/bist.py
+65 −46 litedram/frontend/dma.py
+67 −26 litedram/frontend/ecc.py
+33 −31 litedram/frontend/wishbone.py
+53 −11 litedram/gen.py
+270 −60 litedram/init.py
+127 −58 litedram/modules.py
+165 −178 litedram/phy/ecp5ddrphy.py
+35 −23 litedram/phy/gensdrphy.py
+135 −0 litedram/phy/lpddr4/README.md
+8 −0 litedram/phy/lpddr4/__init__.py
+458 −0 litedram/phy/lpddr4/basephy.py
+220 −0 litedram/phy/lpddr4/commands.py
+411 −0 litedram/phy/lpddr4/s7phy.py
+649 −0 litedram/phy/lpddr4/sim.py
+167 −0 litedram/phy/lpddr4/simphy.py
+388 −0 litedram/phy/lpddr4/simsoc.py
+235 −0 litedram/phy/lpddr4/utils.py
+3 −3 litedram/phy/model.py
+0 −4 litedram/phy/s6ddrphy.py
+221 −356 litedram/phy/s7ddrphy.py
+268 −320 litedram/phy/usddrphy.py
+70 −0 test/primitives/glbl.v
+113 −0 test/primitives/test_oserdese2.py
+112 −0 test/primitives/test_oserdese3.py
+38 −31 test/reference/ddr3_init.h
+40 −35 test/reference/ddr4_init.h
+2 −2 test/reference/ddr4_init.py
+22 −19 test/reference/sdr_init.h
+2 −0 test/test_ecc.py
+25 −17 test/test_init.py
+1,063 −0 test/test_lpddr4.py

0 comments on commit a03844a

Please sign in to comment.