_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
mtm- has quit [Ping timeout: 268 seconds]
mtm has joined #litex
Emantor has quit [Quit: ZNC - http://znc.in]
mtm has quit [Remote host closed the connection]
Emantor has joined #litex
peepsalot has quit [Read error: Connection reset by peer]
peepsalot has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 260 seconds]
Degi_ is now known as Degi
lambda has quit [*.net *.split]
nats` has quit [*.net *.split]
pbsds has quit [*.net *.split]
shoragan[m] has quit [*.net *.split]
jtf has quit [*.net *.split]
nats` has joined #litex
lambda has joined #litex
jtf has joined #litex
shoragan[m] has joined #litex
pbsds has joined #litex
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex
G33KatWork has quit [Read error: Software caused connection abort]
G33KatWork has joined #litex
Brinx has joined #litex
Brinx has quit [Remote host closed the connection]
Brinx has joined #litex
Brinx has quit [Ping timeout: 240 seconds]
mewt has quit [Read error: Software caused connection abort]
mewt has joined #litex
<sensille> i tried to build the colorlite project, https://github.com/enjoy-digital/colorlite, but it fails timing: 44.83 MHz (FAIL at 50.00 MHz) and 110.78 MHz (FAIL at 125.00 MHz). is anyone here using it?
Brinx has joined #litex
Brinx_ has joined #litex
Brinx has quit [Read error: Connection reset by peer]
Brinx_ has quit [Remote host closed the connection]
Brinx has joined #litex
<_florent_> Hi sensille, the timing were indeed a bit off, but some improvements have been done recently to use a 32-bit datapath in the Ethernet core, which improves timings, not sure this is already applied to ColorLite project (I created it as simple demo and use it BTW).
<_florent_> It also seems that some developers are building a CNC controller using it as a basis: https://forum.linuxcnc.org/27-driver-boards/44422-colorcnc
<tpb> Title: ColorCNC Colorlight 5A-75E/5A-75B as FPGA controller board - LinuxCNC (at forum.linuxcnc.org)
<_florent_> you can probably find some useful information there too
<sensille> i installed litex only a few days ago, should the improvements be automatically included in colorlite?
<sensille> the project is what brought me here :)
<sensille> i built that and noticed the failed timing. to simplify things i tried colorlite next, with the same result
<sensille> it also highly depends on the yosys/nextpnr version
<sensille> i'm trying to wrap my head around litex, so i can contribute to the cnc project :)
Brinx has quit [Ping timeout: 256 seconds]
<sensille> the basic idea of litex is quite tempting, i have a variety of boards supported by litex
<sensille> is there a central module documentation, or is the source code the documentation?
<_florent_> I would recommend exploring the Wiki: https://github.com/enjoy-digital/litex/wiki
<tpb> Title: LiteX: SoC builder framework - Google Präsentationen (at docs.google.com)
<_florent_> documentation is still sparse but we are trying to improve it progressively
<sensille> but i slowly start to get the idea :-)
<sensille> another thing i noticed is that litex_sim doesn't work with a recent version of verilator, probably due to the change in the interface with verilator 4.210
<sensille> and one more: for the rv901t colorlight board (spartan 6, ISE 14.7), ISE optimizes eth_tx_clk away, so that the .ucf is wrong
<_florent_> can you fill an issue for Verilator? Because I just recompiled verilator a few days ago and litex_sim was working
<_florent_> For spartan6, I indeed spend minimal time getting things working since I no longer use ISE that much, but things were compiling IIRC, if it's no the case, please also fill an issue, I'll have a look. I remember fixing something similar
<sensille> strange. i was using a recent oss_cad_suite and got some errors. when i double checked with a version for 20210706 it worked
<sensille> i seems like i can just constrain on eth_rx_clk instead
<sensille> unfortunately vivado does not support spartan 6
<sensille> issue for eth_tx_clk opened. i will double check the litex_sim issue before creating an issue for that
<sensille> wohoo, it pings! :-)
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex