10 files changed
+10
-10
lines changedSubmodule edid-decode updated from b2da151 to 5eeb151
- README+6-12
- examples/arty_config.py+34
- examples/genesys2_config.py+34
- examples/litedram_gen.py+422
- litedram/common.py+15-12
- litedram/core/bankmachine.py+23-24
- litedram/core/controller.py+9-6
- litedram/core/multiplexer.py+21-10
- litedram/core/refresher.py+2-2
- litedram/dfii.py+9-8
- litedram/frontend/adaptation.py+5-5
- litedram/frontend/axi.py+71-26
- litedram/frontend/bist.py+114-115
- litedram/frontend/crossbar.py+14-12
- litedram/frontend/dma.py+3-7
- litedram/frontend/ecc.py+241
- litedram/frontend/wishbone.py+1-1
- litedram/phy/dfi.py+9-9
- litedram/phy/gensdrphy.py+3-1
- litedram/phy/kusddrphy.py+3-1
- litedram/phy/model.py+1-1
- litedram/phy/s6ddrphy.py+8-3
- litedram/phy/s7ddrphy.py+50-68
- litedram/phy/s7ddrphy_halfrate_bl8.py+465
- litedram/sdram_init.py+1-1
- setup.py+1-1
- test/common.py+10-27
- test/test_axi.py+91-33
- test/test_bist.py+100-43
- test/test_bist_async.py-100
- test/test_downconverter.py+4-4
- test/test_ecc.py+107
- test/test_upconverter.py+4-4
- README+7-19
- examples/__init__.py
- examples/make.py
- examples/targets/Makefile
- examples/targets/__init__.py
- examples/targets/base.py
- examples/targets/core.py
- examples/targets/etherbone.py
- examples/targets/tty.py
- examples/targets/udp.py
- examples/test/test_analyzer.py
- examples/test/test_etherbone.py
- examples/test/test_regs.py
- examples/test/test_tty.py
- examples/test/test_udp.py
- liteeth/core/mac/__init__.py+1-1
- liteeth/core/mac/sram.py+40-30
- liteeth/core/mac/wishbone.py+2-2
- setup.py+1-1
- test/Makefile+10-10
- README+2-8
- example_designs/build/.keep_me
- examples/make.py
- examples/platforms/genesys2.py
- examples/platforms/kc705.py
- examples/targets/__init__.py
- examples/targets/bist.py
- examples/targets/core.py
- examples/targets/mirroring.py
- examples/targets/striping.py
- examples/test/test_analyzer.py
- examples/test/test_bist.py
- examples/test/test_mirroring.py
- examples/test/test_regs.py
- setup.py+1-1
- test/Makefile+13-13
- README+9-14
- example_designs/build/.keep_me
- examples/make.py
- examples/targets/__init__.py
- examples/targets/core.py
- examples/targets/simple.py
- examples/test/test_analyzer_counter.py
- examples/test/test_analyzer_wishbone.py
- examples/test/test_identifier.py
- examples/test/test_io.py
- litescope/core.py+8-3
- litescope/software/driver/analyzer.py+3-1
- litescope/software/dump/vcd.py+17-6
- setup.py+1-1
- test/Makefile+5-5
Submodule liteusb updated from e841c56 to 0a9110f
Submodule litevideo updated from 7b4240f to 13d85a1
- README+2-4
- litex/boards/platforms/tinyfpga_bx.py+61
- litex/boards/targets/arty.py+5-4
- litex/boards/targets/genesys2.py+5-4
- litex/boards/targets/kc705.py+5-4
- litex/boards/targets/nexys4ddr.py+3-3
- litex/boards/targets/nexys_video.py+5-4
- litex/boards/targets/sim.py+2-1
- litex/boards/targets/simple.py+1-2
- litex/build/lattice/icestorm.py+54-20
- litex/build/lattice/programmer.py+29
- litex/soc/cores/cpu/lm32/core.py+3-1
- litex/soc/cores/cpu/lm32/verilog/config_lite/lm32_config.v+199
- litex/soc/cores/cpu/minerva/__init__.py+1
- litex/soc/cores/cpu/minerva/core.py+29
- litex/soc/integration/builder.py+8-1
- litex/soc/integration/cpu_interface.py+13-3
- litex/soc/integration/soc_core.py+4-2
- litex/soc/integration/soc_sdram.py+15-4
- litex/soc/software/bios/boot-helper-minerva.S+4
- litex/soc/software/bios/main.c+3-1
- litex/soc/software/bios/sdram.c+17-6
- litex/soc/software/bios/sdram.h+1-1
- litex/soc/software/include/base/inet.h+52
- litex/soc/software/include/base/irq.h+14
- litex/soc/software/include/base/system.h+1-1
- litex/soc/software/libbase/crt0-minerva.S+63
- litex/soc/software/libbase/libc.c+25
- litex/soc/software/libbase/system.c+7-1
- litex/soc/software/libcompiler_rt/Makefile+1-1
- litex/soc/software/libnet/microudp.c+47-39
- litex/soc/tools/remote/comm_pcie.py+4-5
- litex/soc/tools/remote/litex_server.py+3-4
- setup.py+3-2
0 commit comments