<OmkarBhilare[m]>
In my case serv was initializing the sdram core after that I was trying to read sdram using wishbone, but it seems not working. I had tried different things.
<OmkarBhilare[m]>
Just wanted to ask one question, I had produced a litex core with serv+litedram+wishbone port with the reference link you had given earlier.
<OmkarBhilare[m]>
I had set wb_cti to 3'b000 and wb_bte to 2'b00 and also wb_sel to 3'b111.
<OmkarBhilare[m]>
it was 32 bit address, data port. Everything until now I had done seems, right.
<OmkarBhilare[m]>
am I missing something in this case?
<OmkarBhilare[m]>
* I had set wb_cti to 3'b000 and wb_bte to 2'b00 and also wb_sel to 4'b1111.
<OmkarBhilare[m]>
it was 32 bit address, data port. Everything until now I had done seems, right.
<OmkarBhilare[m]>
am I missing something in this case?
somlo has quit [Ping timeout: 248 seconds]
somlo has joined #litex
<_florent_>
OmkarBhilare[m]: sorry I would need to have a closer look. It would probably be useful to do a simulation (with modified litex_sim or directly with Verilator) to understand what is miss-behaving, I would then be able to provide more specific help.