*** tpb has joined #litex | 00:00 | |
*** acathla has quit IRC | 00:08 | |
*** acathla has joined #litex | 00:37 | |
*** _whitelogger has quit IRC | 00:51 | |
*** _whitelogger has joined #litex | 00:54 | |
*** freemint has quit IRC | 01:43 | |
*** freemint has joined #litex | 01:44 | |
*** _whitelogger has quit IRC | 01:57 | |
*** _whitelogger has joined #litex | 01:58 | |
*** CarlFK has joined #litex | 02:28 | |
*** freemint has quit IRC | 03:17 | |
*** freemint has joined #litex | 03:17 | |
*** freemint has quit IRC | 03:56 | |
*** _whitelogger has quit IRC | 04:34 | |
*** _whitelogger has joined #litex | 04:37 | |
*** rohitksingh has joined #litex | 08:23 | |
*** rohitksingh has quit IRC | 10:36 | |
*** freemint has joined #litex | 11:55 | |
*** freemint has quit IRC | 15:51 | |
*** _whitelogger has quit IRC | 17:33 | |
*** _whitelogger has joined #litex | 17:36 | |
*** CarlFK has quit IRC | 18:04 | |
*** ambro718 has joined #litex | 18:29 | |
*** CarlFK has joined #litex | 20:05 | |
*** RaYmAn has quit IRC | 21:38 | |
*** RaYmAn has joined #litex | 21:44 | |
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. | 22:11 |
---|---|---|
*** ambro718 has quit IRC | 22:28 | |
*** miek has quit IRC | 22:42 | |
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) | 23:17 |
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 | 23:18 |
tpb | Title: litex/soc_sdram.py at master · enjoy-digital/litex · GitHub (at github.com) | 23:18 |
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 | 23:20 |
tpb | Title: litex/soc_sdram.py at master · enjoy-digital/litex · GitHub (at github.com) | 23:20 |
somlo | and comment out a bunch of stuff about setting up the l2 cache above that line | 23:21 |
somlo | if you're not lucky, the l2 cache actually serves as a data width adapter between your LiteDRAM and your CPU | 23:21 |
somlo | and so you're stuck with it :) | 23:21 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!