acathla has quit [Ping timeout: 272 seconds]
acathla has joined #litex
_whitelogger has joined #litex
freemint has quit [Remote host closed the connection]
freemint has joined #litex
_whitelogger has joined #litex
CarlFK has joined #litex
freemint has quit [Remote host closed the connection]
freemint has joined #litex
freemint has quit [Ping timeout: 260 seconds]
_whitelogger has joined #litex
rohitksingh has joined #litex
rohitksingh has quit [Ping timeout: 260 seconds]
freemint has joined #litex
freemint has quit [Ping timeout: 245 seconds]
_whitelogger has joined #litex
CarlFK has quit [Quit: Leaving.]
ambro718 has joined #litex
CarlFK has joined #litex
RaYmAn has quit [Remote host closed the connection]
RaYmAn has joined #litex
<scanakci> is it possible not to include LiteX L2 Cache for the FPGA implementation? It is adding more complexity when I am debugging dram tests. I would like to have BP->LiteDRAM->DRAM for now.
ambro718 has quit [Quit: Konversation terminated!]
miek has quit [Ping timeout: 252 seconds]
<somlo> scanakci: it depends on the actual development board you're using. The LiteDRAM port width may be wider than 64bit (it's 128 on the ecp5 versa, could be 256 on other boards)
<somlo> add a print statement here to find out about yours: https://github.com/enjoy-digital/litex/blob/master/litex/soc/integration/soc_sdram.py#L62
<tpb> Title: litex/soc_sdram.py at master · enjoy-digital/litex · GitHub (at github.com)
<somlo> then, if you're lucky and it's 64 bits, you can s/self.l2_cache.slave/wb_sdram/ here: https://github.com/enjoy-digital/litex/blob/master/litex/soc/integration/soc_sdram.py#L118
<tpb> Title: litex/soc_sdram.py at master · enjoy-digital/litex · GitHub (at github.com)
<somlo> and comment out a bunch of stuff about setting up the l2 cache above that line
<somlo> if you're not lucky, the l2 cache actually serves as a data width adapter between your LiteDRAM and your CPU
<somlo> and so you're stuck with it :)
tpb has quit [Remote host closed the connection]
tpb has joined #litex