<_florent_>
promach3: TDQS/ODT are optional, for a first controller, I would recommend not using them. In addition the Micron datasheet/application notes (that are very clear and well written) I would recommend having a look and grep in the LiteDRAM code, this can probably answer some of your questions.
<pftbest>
_florent_: hello, maybe you had a chance to try etherbone on your ecpix-5 board?
peeps[zen] has joined #litex
peepsalot has quit [Ping timeout: 265 seconds]
rozpruwacz has quit [Quit: Leaving.]
rozpruwacz has joined #litex
rozpruwacz has quit [Quit: Leaving.]
rozpruwacz has joined #litex
<nats`>
Hello, I'm starting to think about using litex for few board, I red the wiki on github but I was wondering if there is an up-to-date basic tutorial, like how to cleanly add board custom file etc
<keesj>
The initial tutorials are quite nice https://github.com/litex-hub/fpga_101 and it something does not work fixing it is a nice intro into litex and the joy of this community
<keesj>
after that I must confes.. so much hard work has been done on boards I used (e.g. arty) that it was not much fun getting them to work
<keesj>
what kind of boards are you thinking about?
Bertl_zZ is now known as Bertl
rozpruwacz has quit [Quit: Leaving.]
rozpruwacz has joined #litex
<_florent_>
Hello
<_florent_>
pftbest: sorry, I've not been able to have a look at Etherbone/ECPIX5
<nats`>
keesj, a custom board based on an artix for the beginning
<nats`>
I'll check those labs :) thx
<_florent_>
nats`: We indeed still need to write more doc... but looking at the Wiki, fpga_101 and the platforms/targets in LiteX-Boards should allow you to understand how it works
<pftbest>
_florent_: okay, np
<nats`>
I didn't find the fpga_101 in fact
<_florent_>
nats`: But still happy to help and explain things if not clear, that's always nice to get feedback to improve the doc, or at least list the things we need to add to the doc :)
<nats`>
I was stuck in a link loop coming back to the wiki :D
<_florent_>
nats`: Which kind of peripherals do you have on your board? (just to know which board is maybe more appropriate to be used as a reference)
<nats`>
Gbps phy, serial port and few other stuff, but NO external RAM
<nats`>
that's the challenge
<_florent_>
ok I see, the Gbps Ethernet PHY is GMII/RGMII?
<nats`>
RGMII it's a 88E1512
<_florent_>
nats`: OK, then you can probably use the Nexys Video as a reference