Open tambewilliam opened 3 years ago
@enjoy-digital , I was able to generate a working verilog module that uses wishbone after following revert: git checkout bd80053ebf078a65f7c4614fb110fc1905166d4e~ litedram/frontend/wishbone.py
@tambewilliam: Thanks for the feedback. I reopen this since will look at it.
Has this ever been fixed? According to https://github.com/antonblanchard/microwatt/issues/363 the current master works on NexysVideo. Perhaps only the issue needs closing? I verified today and memtest fails on Genesys2 for me.
I have had no luck generating a working DDR3 Verilog module for Digilent NexysVideo Artix-7 FPGA using:
The generated module gets successfully initialized through its wbctrl interface, but transactions through its user_portwishbone interface never get acknowledged.
Find attached in litedram_nexysvideo.tar.gz following generated files using
litedram/gen.py
:Could anyone verify that a module that uses wishbone and generated for Digilent NexysVideo Artix-7 FPGA using
litedram/gen.py
works ?