<jevinskie[m]>
I'm working on hooking up the slowDDR3 system interface to LiteX by presenting it as a wishbone bus. The system interface only supports 16-bit reads/writes - is there a ready made solution I can use to enable byte-wide access suitable for a CPU's main memory/wishbone attachment or do I need to write up a read-modify-write FSM myself?
<MoeIcenowy>
jevinskie[m]: if it's DRAM, it should have DM from the beginning I think
<jevinskie[m]>
Hmm that can’t be right, I have dm inverted (11) in the write case. Test bench passed though? 😬
<jevinskie[m]>
Ah the test only goes up to 32 kwords, the test data is just the counter. Bump it up to 65 kwords and it shows the issue about driving dm wrong. Glad the simulation model works!
Shatur has joined #litex
<Shatur>
Unable to build my pac crate because of the following error: rust-lld: error: section '.text.dummy' will not fit in region 'spiflash': overflowed by 18446744073675997184 bytes
<Shatur>
The size looks to big. Is something wrong with svd generation? I generated it from litex_sim.
<jevinskie[m]>
<Shatur> "Unable to build my pac crate..." <- Sounds like a linker script issue to me. is text quite far away from that spiflash section?
<Shatur>
I just learning stuff, trying to build a hello world, but don't have a real hardware. So I used lite_sim to generate memory and svd for me.
<Shatur>
I used this repo as an example: https://github.com/icebreaker-fpga/icebreaker-litex-examples. I can sucesfully build it with svd and memory from icebreaker. But I replace it with generated data from litex_sim - I have the mentioned error.
<Shatur>
So I suspecting that the problem in the generated memory.x or/and svd file.
indy has quit [Ping timeout: 268 seconds]
indy has joined #litex
toshywoshy has quit [Read error: Connection reset by peer]
toshywoshy has joined #litex
<lambda>
_florent_: hey, could you chime in on https://github.com/enjoy-digital/liteeth/issues/114? standalone wishbone liteeth cores seem to be completely broken right now because they don't actually expose a wishbone interface.