_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://libera.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
fuzziphy_ has quit [Remote host closed the connection]
fuzziphy has joined #litex
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex
Degi has quit [Ping timeout: 260 seconds]
Degi has joined #litex
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #litex
fuzziphy_ has joined #litex
fuzziphy has quit [Read error: Connection reset by peer]
fuzziphy_ has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Read error: Connection reset by peer]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
indy has quit [Ping timeout: 268 seconds]
indy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #litex
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Remote host closed the connection]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 255 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 244 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 268 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 248 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 248 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 248 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 248 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 244 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 255 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 260 seconds]
fuzziphy has joined #litex
fuzziphy has quit [Ping timeout: 255 seconds]
negut has joined #litex
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex
<Brinx> Hello all. Quick question: does the current version of LiteEth support a clock < 125 MHz for interfacing with a standalone UDP core?
<leons> I’d believe it does, do you have 100Mbit/s or 1Gbit/s? And if not, that’s easy enough to fix, just insert a CDC and a PacketFifo in the path
<leons> You can also increase the data path width
<leons> Of course your design is going to have to use a clock at the native clock frequency at the PHY, the question is just where you do the CDC and whether you’re fine with throwing away packets if they’d exceed your target clock domain + data width bandwidth or you’d like to increase the data width proportional to the clock frequency decrease
<Brinx> Alright, thank you. I am using the ECP5 Versa board, and when I use the 125 MHz clock it can't quite make it work.
<Brinx> but there is a --timing-allow-fail setting for nextpnr I can apparently use. I'd just like it to be clean :)
<leons> Yeah, I believe for that chip precisely we worked on getting wider data paths supported
fuzziphy has joined #litex
Melkhior has quit [Remote host closed the connection]
<Brinx> Excellent, I'm getting data through now. I see something odd, though: I have set the FIFO depth to 128 words (4-byte words) for a length of 512 bytes. But the UDP payloads I get are 516 bytes long.
<Brinx> If I set the FIFO depth to one less (127), the packets have the correct payload length but their FCS are no longer correct (as reported by Wireshark). I also no longer see them appear in my simple UDP receiver anymore in that case.
<Brinx> (all this is 1000BASE-T, if that matters)
fuzziphy has quit [Remote host closed the connection]