zhelnio / ahb_lite_sdram

SDRAM controller for MIPSfpga+ system
MIT License
20 stars 7 forks source link

Fix several unsafe latches and incorrect write behavior #7

Open jakubcabal opened 3 years ago

jakubcabal commented 3 years ago

There are a few fixes and changes that will allow compatibility with SDRAM memory on the CYC1000 FPGA board. I tested your SDRAM controller in HW using my design https://github.com/jakubcabal/sdram-tester-fpga. Thanks