OpenCores

Memory Controller IP Core

Issue List
back to back read cycles not supported #2
Open igorb opened this issue almost 15 years ago
igorb commented almost 15 years ago

If we don't deassert CYC signal between reads form different memory (for example FLASH and SDRAM), FIFO won't work right. We can change line "assign re = wb_ack_o & wb_read_go;" in file "mc_dp.v" to "assign re = ( (mem_type == MC_MEM_TYPE_SDRAM) | (mem_type ==MC_MEM_TYPE_SRAM) ) & wb_ack_o & wb_read_go;" Now we write in FIFO only when we use SDRAM or SRAM

rudi was assigned over 6 years ago

Assignee
rudi
Labels
Bug