Skip to content

Commit

Permalink
build(deps): bump third_party/liteeth from 150710d to 93472ef
Browse files Browse the repository at this point in the history
Bumps [third_party/liteeth](https://github.com/enjoy-digital/liteeth) from `150710d` to `93472ef`.
- [Commits](enjoy-digital/liteeth@150710d...93472ef)

---
updated-dependencies:
- dependency-name: third_party/liteeth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 3d4df2e commit dcac8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/liteeth
Submodule liteeth updated 67 files
+15 −3 CONTRIBUTORS
+1 −1 LICENSE
+14 −3 README.md
+11 −9 bench/arty.py
+7 −5 bench/butterstick.py
+6 −4 bench/colorlight_5a_75b.py
+6 −4 bench/genesys2.py
+94 −0 bench/kc705.py
+11 −9 bench/kcu105.py
+7 −3 bench/sim.py
+1 −1 bench/test_etherbone.py
+1 −1 bench/test_udp_streamer.py
+23 −42 bench/xcu1525.py
+100 −0 bench/xu8_st1.py
+8 −6 examples/axi-lite-mii.yml
+28 −0 examples/udp_a7_gtp_sgmii.yml
+49 −0 examples/udp_raw_ecp5rgmii.yml
+11 −11 examples/udp_s7phyrgmii.yml
+26 −0 examples/udp_usp_gth_sgmii.yml
+10 −8 examples/wishbone_mii.yml
+4 −4 liteeth/common.py
+59 −26 liteeth/core/__init__.py
+193 −115 liteeth/core/arp.py
+565 −0 liteeth/core/dhcp.py
+32 −21 liteeth/core/icmp.py
+28 −18 liteeth/core/ip.py
+23 −20 liteeth/core/udp.py
+6 −4 liteeth/crossbar.py
+57 −43 liteeth/frontend/etherbone.py
+37 −18 liteeth/frontend/stream.py
+379 −109 liteeth/gen.py
+128 −68 liteeth/mac/__init__.py
+29 −1 liteeth/mac/common.py
+34 −21 liteeth/mac/core.py
+127 −149 liteeth/mac/crc.py
+13 −23 liteeth/mac/last_be.py
+1 −1 liteeth/mac/preamble.py
+18 −16 liteeth/mac/sram.py
+48 −30 liteeth/mac/wishbone.py
+8 −6 liteeth/packet.py
+15 −8 liteeth/phy/__init__.py
+534 −578 liteeth/phy/a7_1000basex.py
+22 −16 liteeth/phy/a7_gtp.py
+15 −12 liteeth/phy/common.py
+44 −27 liteeth/phy/ecp5rgmii.py
+20 −14 liteeth/phy/gmii.py
+41 −44 liteeth/phy/gmii_mii.py
+215 −0 liteeth/phy/gw5rgmii.py
+488 −554 liteeth/phy/k7_1000basex.py
+62 −66 liteeth/phy/ku_1000basex.py
+25 −27 liteeth/phy/mii.py
+17 −14 liteeth/phy/model.py
+281 −282 liteeth/phy/pcs_1000basex.py
+157 −83 liteeth/phy/rmii.py
+29 −24 liteeth/phy/s6rgmii.py
+29 −22 liteeth/phy/s7rgmii.py
+90 −125 liteeth/phy/titaniumrgmii.py
+94 −105 liteeth/phy/trionrgmii.py
+939 −0 liteeth/phy/usp_gth_1000basex.py
+72 −92 liteeth/phy/usp_gty_1000basex.py
+32 −25 liteeth/phy/usrgmii.py
+798 −0 liteeth/phy/v7_1000basex.py
+50 −34 liteeth/phy/xgmii.py
+20 −24 setup.py
+4 −0 test/test_gen.py
+6 −5 test/test_mac_wishbone.py
+1 −1 test/test_model.py

0 comments on commit dcac8df

Please sign in to comment.