Tuesday, 2020-01-21

*** tpb has joined #litex00:00
*** acathla has quit IRC00:08
*** acathla has joined #litex00:37
*** _whitelogger has quit IRC00:51
*** _whitelogger has joined #litex00:54
*** freemint has quit IRC01:43
*** freemint has joined #litex01:44
*** _whitelogger has quit IRC01:57
*** _whitelogger has joined #litex01:58
*** CarlFK has joined #litex02:28
*** freemint has quit IRC03:17
*** freemint has joined #litex03:17
*** freemint has quit IRC03:56
*** _whitelogger has quit IRC04:34
*** _whitelogger has joined #litex04:37
*** rohitksingh has joined #litex08:23
*** rohitksingh has quit IRC10:36
*** freemint has joined #litex11:55
*** freemint has quit IRC15:51
*** _whitelogger has quit IRC17:33
*** _whitelogger has joined #litex17:36
*** CarlFK has quit IRC18:04
*** ambro718 has joined #litex18:29
*** CarlFK has joined #litex20:05
*** RaYmAn has quit IRC21:38
*** RaYmAn has joined #litex21:44
scanakciis 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 IRC22:28
*** miek has quit IRC22:42
somloscanakci: 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
somloadd a print statement here to find out about yours: https://github.com/enjoy-digital/litex/blob/master/litex/soc/integration/soc_sdram.py#L6223:18
tpbTitle: litex/soc_sdram.py at master · enjoy-digital/litex · GitHub (at github.com)23:18
somlothen, 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#L11823:20
tpbTitle: litex/soc_sdram.py at master · enjoy-digital/litex · GitHub (at github.com)23:20
somloand comment out a bunch of stuff about setting up the l2 cache above that line23:21
somloif you're not lucky, the l2 cache actually serves as a data width adapter between your LiteDRAM and your CPU23:21
somloand so you're stuck with it :)23:21

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!