-
LiteX is using a custom Ethernet MAC from LiteEth and that is probably no compatible with any Linux Ethernet drivers. Driver are already there for the LiteX BIOS, some RTOS (NuttX) some TCP/IP stacks …
-
Hello! Just wanted to say thank you for putting together this package - using it has been genuinely magical.
I wanted to ask if it'd be possible to update the version on PyPI to something newer th…
-
Hi,
I was looking at the maximal bandwidth reacheable with liteth in linux (+ vexii)
https://github.com/litex-hub/linux/blob/master/drivers/net/ethernet/litex/litex_liteeth.c
And it seems there i…
-
Hi @enjoy-digital,
Do you have any plans to add STARTUPE3 here? Let's say, yes, then do you have an idea to handle the 4xSPI bits coming from the STARTUPE3 primitive to access the primary SPI flash…
-
hello,
i have tried to build multiple projects using liteeth on a 5a-75b 8.2 board.(liteeth, led cube from lucy and others. unfortunatly i do not own a scope. and i have trouble getting the ethernet…
-
Hi @enjoy-digital, may I ask what's the current support status of ethernet on the Trion t120f576 dev kit?
Is it supposed to be working, or what needs to be done to make it work?
Since there seems…
-
_From @mithro on July 17, 2015 7:48_
The Ethernet uses the RGMII interface. LiteEth in misoc currently doesn't support RGMII interfaces - see https://github.com/m-labs/misoc/issues/5 for more informa…
-
-
Due to https://github.com/enjoy-digital/liteeth/issues/128 I implemented a watchdog mechanism that will reset liteeth. But when liteeth is under reset it transmits out packets. Easiest way to observe …
-
I had some issues with transmitting out UDP packets with a 16 byte payload. After quite a bit of debugging my own code I found out it's actually Liteeth. in the process I fixed the timing issues with …