<somlo>
very hacky first-pass experiment connecting LiteDRAM directly to Rocket's cached mem_axi port: https://pastebin.com/1rQzE1kt
<somlo>
at 75MHz on the nexys4ddr, coremark went from 35 to 48 (was honestly hoping for more of a bump than that, but maybe it's because I threw away the L2 cache in the process)
<somlo>
running nbench (which takes a LOT longer) to get more specifically memory-oriented measurements
CarlFK has quit [Quit: Leaving.]
rohitksingh has joined #litex
rohitksingh has quit [Ping timeout: 265 seconds]
rohitksingh has joined #litex
<scanakci>
somlo: Did you try simulating the Rocket with up-to-date litex?
rohitksingh has quit [Ping timeout: 240 seconds]
<scanakci>
I am getting "ImportError: cannot import name 'LiteDRAMCore'" currently. I was wondering if I messed up something.
rohitksingh has joined #litex
<scanakci>
ignore please, it works fine after updating the other modules
<scanakci>
i.e litedram
y2kbugger has quit [Read error: Connection reset by peer]
y2kbugger has joined #litex
y2kbugger has quit [Read error: Connection reset by peer]
y2kbugger has joined #litex
y2kbugger has quit [Ping timeout: 250 seconds]
y2kbugger has joined #litex
y2kbugger has quit [Ping timeout: 245 seconds]
y2kbugger has joined #litex
CarlFK has joined #litex
<_florent_>
somlo: indeed, we can simplify the automatic width adaptation, i'll do that
y2kbugger has quit [Ping timeout: 245 seconds]
y2kbugger has joined #litex
freemint has quit [Ping timeout: 245 seconds]
rohitksingh has quit [Ping timeout: 250 seconds]
<y2kbugger>
Working on adding iceFUN board to buildenv. No problems with gateware+bios+none using lm32 but when switching to vexriscv I can't hit bios. Tim suggested wishbone I seem to be able to peek but it's intermittent.