Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 1bf00a8 commit 58b68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/liteeth
Submodule liteeth updated 52 files
+13 −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
+10 −8 bench/kcu105.py
+7 −3 bench/sim.py
+1 −1 bench/test_etherbone.py
+1 −1 bench/test_udp_streamer.py
+24 −25 bench/xcu1525.py
+100 −0 bench/xu8_st1.py
+44 −0 examples/udp_raw_ecp5rgmii.yml
+26 −0 examples/udp_usp_gth_sgmii.yml
+4 −4 liteeth/common.py
+39 −18 liteeth/core/__init__.py
+182 −114 liteeth/core/arp.py
+624 −0 liteeth/core/dhcp.py
+32 −21 liteeth/core/icmp.py
+21 −17 liteeth/core/ip.py
+22 −19 liteeth/core/udp.py
+6 −4 liteeth/crossbar.py
+37 −34 liteeth/frontend/etherbone.py
+35 −18 liteeth/frontend/stream.py
+288 −96 liteeth/gen.py
+24 −13 liteeth/mac/__init__.py
+20 −10 liteeth/mac/core.py
+1 −1 liteeth/mac/crc.py
+1 −1 liteeth/mac/preamble.py
+6 −3 liteeth/mac/wishbone.py
+8 −6 liteeth/packet.py
+10 −8 liteeth/phy/__init__.py
+496 −559 liteeth/phy/a7_1000basex.py
+15 −12 liteeth/phy/common.py
+43 −26 liteeth/phy/ecp5rgmii.py
+20 −14 liteeth/phy/gmii.py
+41 −44 liteeth/phy/gmii_mii.py
+475 −545 liteeth/phy/k7_1000basex.py
+27 −52 liteeth/phy/ku_1000basex.py
+25 −27 liteeth/phy/mii.py
+15 −13 liteeth/phy/model.py
+154 −125 liteeth/phy/pcs_1000basex.py
+43 −34 liteeth/phy/rmii.py
+29 −24 liteeth/phy/s6rgmii.py
+29 −22 liteeth/phy/s7rgmii.py
+48 −38 liteeth/phy/titaniumrgmii.py
+24 −14 liteeth/phy/trionrgmii.py
+921 −0 liteeth/phy/usp_gth_1000basex.py
+53 −74 liteeth/phy/usp_gty_1000basex.py
+36 −27 liteeth/phy/usrgmii.py
+19 −13 liteeth/phy/xgmii.py
+4 −0 test/test_gen.py

0 comments on commit 58b68b9

Please sign in to comment.