File tree
10 files changed
+10
-10
lines changed- third_party
10 files changed
+10
-10
lines changedSubmodule edid-decode updated from 15df4ae to 42f5fa4
- CONTRIBUTORS+23
- README+1-1
- examples/arty_config.py+3
- examples/genesys2_config.py+3
- examples/litedram_gen.py+3
- examples/nexys4ddr_config.py+3
- litedram/common.py+35-3
- litedram/core/bandwidth.py+5
- litedram/core/controller.py+3
- litedram/core/crossbar.py+5
- litedram/core/multiplexer.py+6-24
- litedram/core/refresher.py+8-4
- litedram/dfii.py+2
- litedram/frontend/adaptation.py+3
- litedram/frontend/axi.py+3
- litedram/frontend/bist.py+4
- litedram/frontend/dma.py+11-2
- litedram/frontend/ecc.py+4-143
- litedram/frontend/wishbone.py+3
- litedram/modules.py+13
- litedram/phy/dfi.py+2
- litedram/phy/s6ddrphy.py+1
- litedram/phy/s7ddrphy.py+2-1
- litedram/sdram_init.py+8
- test/common.py+10-11
- test/test_adaptation.py+147
- test/test_axi.py+42-29
- test/test_bist.py+6-2
- test/test_downconverter.py-90
- test/test_ecc.py+3-86
- test/test_examples.py+3
- test/test_refresh.py+101
- test/test_timing.py+114
- test/test_upconverter.py-93
- CONTRIBUTORS+16
- examples/make.py+3
- examples/targets/base.py+3
- examples/targets/core.py+4-1
- examples/targets/etherbone.py+3
- examples/targets/tty.py+3
- examples/targets/udp.py+3
- examples/test/test_analyzer.py+3
- examples/test/test_etherbone.py+3
- examples/test/test_regs.py+3
- examples/test/test_tty.py+3
- examples/test/test_udp.py+3
- liteeth/common.py+3
- liteeth/core/__init__.py+1-2
- liteeth/core/arp.py+3
- liteeth/core/icmp.py+3
- liteeth/core/ip.py+3
- liteeth/core/mac.py+1
- liteeth/core/udp.py+3
- liteeth/crossbar.py+3
- liteeth/frontend/etherbone.py+3
- liteeth/frontend/tty.py+3
- liteeth/mac/__init__.py+3-3
- liteeth/mac/common.py+3
- liteeth/mac/core.py+6-1
- liteeth/mac/crc.py+6
- liteeth/mac/gap.py+5
- liteeth/mac/last_be.py+5
- liteeth/mac/padding.py+5
- liteeth/mac/preamble.py+5
- liteeth/mac/sram.py+5
- liteeth/mac/wishbone.py+5-1
- liteeth/phy/a7_1000basex.py+1-1
- liteeth/phy/a7_gtp.py+1-1
- liteeth/phy/common.py+3
- liteeth/phy/ecp5rgmii.py+3
- liteeth/phy/gmii.py+3
- liteeth/phy/gmii_mii.py+3
- liteeth/phy/k7_1000basex.py+1-1
- liteeth/phy/ku_1000basex.py+2-1
- liteeth/phy/mii.py+3
- liteeth/phy/model.py+3
- liteeth/phy/pcs_1000basex.py+3-3
- liteeth/phy/rmii.py+3
- liteeth/phy/s6rgmii.py+3
- liteeth/phy/s7rgmii.py+3
- liteeth/software/liblwip/Makefile-55
- liteeth/software/liblwip/arch/cc.h-60
- liteeth/software/liblwip/arch/perf.h-11
- liteeth/software/liblwip/arch/sys_arch.h-20
- liteeth/software/liblwip/lwipopts.h-184
- liteeth/software/liblwip/netif/liteethif.c-148
- liteeth/software/liblwip/netif/liteethif.h-17
- liteeth/software/libuip/Makefile-76
- liteeth/software/libuip/clock-arch.c-29
- liteeth/software/libuip/clock-arch.h-10
- liteeth/software/libuip/contiki-conf.h-38
- liteeth/software/libuip/liteethmac-drv.c-95
- liteeth/software/libuip/liteethmac-drv.h-11
- liteeth/software/libuip/rtimer-arch.c-38
- liteeth/software/libuip/rtimer-arch.h-16
- test/model/arp.py+3
- test/model/dumps.py+3
- test/model/etherbone.py+3
- test/model/icmp.py+3
- test/model/ip.py+3
- test/model/mac.py+3
- test/model/phy.py+3
- test/model/udp.py+3
- test/test_arp.py+4-1
- test/test_etherbone.py+3
- test/test_icmp.py+3
- test/test_ip.py+3
- test/test_mac_core.py+4-1
- test/test_mac_wishbone.py+4-1
- test/test_udp.py+3
- CONTRIBUTORS+14
- examples/targets/dma.py+4-1
- examples/test/test_regs.py+3
- litepcie/common.py+3
- litepcie/core/common.py+3
- litepcie/core/crossbar.py+5-3
- litepcie/core/endpoint.py+5-2
- litepcie/core/tlp/common.py+3
- litepcie/core/tlp/controller.py+84-65
- litepcie/core/tlp/depacketizer.py+3
- litepcie/core/tlp/packetizer.py+3
- litepcie/core/tlp/reordering.py-47
- litepcie/frontend/dma.py+3
- litepcie/frontend/wishbone.py+3
- litepcie/phy/c5pciephy.py+3
- litepcie/phy/s7pciephy.py+3
- litepcie/software/linux/kernel/config.h+3
- litepcie/software/linux/kernel/flags.h+3
- litepcie/software/linux/kernel/litepcie.h+3
- litepcie/software/linux/kernel/main.c+3
- litepcie/software/linux/user/litepcie_lib.c+3
- litepcie/software/linux/user/litepcie_lib.h+3
- litepcie/software/linux/user/litepcie_util.c+3
- test/model/chipset.py+3
- test/model/host.py+3
- test/model/phy.py+3
- test/model/tlp.py+3
- test/test_dma.py+4-1
- test/test_wishbone.py+3
- CONTRIBUTORS+16
- examples/platforms/genesys2.py+3
- examples/platforms/kc705.py+3
- examples/platforms/nexys_video.py+3
- examples/targets/bist.py+3
- examples/targets/bist_nexys_video.py+3
- examples/targets/core.py+3
- examples/targets/mirroring.py+3
- examples/targets/striping.py+3
- examples/test/test_analyzer.py+3
- examples/test/test_bist.py+3
- examples/test/test_mirroring.py+3
- examples/test/test_regs.py+3
- litesata/common.py+3
- litesata/core/command.py+4
- litesata/core/link.py+4
- litesata/core/transport.py+3
- litesata/frontend/arbitration.py+3
- litesata/frontend/bist.py+4
- litesata/frontend/raid.py+3
- litesata/phy/a7sataphy.py+3
- litesata/phy/ctrl.py+5
- litesata/phy/datapath.py+3
- litesata/phy/k7sataphy.py+5
- test/bist_tb.py+4
- test/command_tb.py+4
- test/link_cont_tb.py+4
- test/link_crc_tb.py+4
- test/link_scrambler_tb.py+4
- test/link_tb.py+4
- test/mirroring_tb.py+4
- test/model/command.py+3
- test/model/hdd.py+3
- test/model/link.py+3
- test/model/phy.py+3
- test/model/transport.py+3
- test/striping_tb.py+4
- CONTRIBUTORS+18
- examples/fast_scope_arty.py+161
- examples/make.py+3
- examples/targets/core.py+3
- examples/targets/simple.py+3
- examples/test/test_analyzer_counter.py+3
- examples/test/test_analyzer_wishbone.py+3
- examples/test/test_fast_scope_arty.py+30
- examples/test/test_identifier.py+3
- examples/test/test_io.py+3
- litescope/core.py+5
- litescope/software/driver/analyzer.py+10-2
- litescope/software/driver/io.py+3
- litescope/software/dump/common.py+25-7
- litescope/software/dump/csv.py+3
- litescope/software/dump/python.py+3
- litescope/software/dump/sigrok.py+3
- litescope/software/dump/vcd.py+3
- test/test_analyzer.py+3
- test/test_dump.py+3
Submodule liteusb updated from 0a9110f to 7457a29
Submodule litex-renode updated 1 file
0 commit comments