When I run: 03_AhbLiteRwMaster.bat
the waveform is as follows: (Something goes wrong because HREADY isn't active even once.)
Then I figured that 01_AhbLiteMem.bat uses a different ahb_lite_mem.v as 03_AhbLiteRwMaster.bat does.
01_AhbLiteMem.bat: use ahb_lite_sdram\src\debug\ahb_lite_mem.v
03_AhbLiteRwMaster.bat: use ahb_lite_sdram\src\ahb_lite_sdram\ahb_lite_mem.v (this one change HREADY signal to HREADYOUT, and define another HREADY signal as input).
Then I changed the 66 line of ahb_lite_sdram/src/testbench/test_ahb_lite_rw_master.v to
@zhelnio Today I want to report a small bug.
When I run: 03_AhbLiteRwMaster.bat the waveform is as follows: (Something goes wrong because HREADY isn't active even once.)
Then I figured that 01_AhbLiteMem.bat uses a different ahb_lite_mem.v as 03_AhbLiteRwMaster.bat does.
Then I changed the 66 line of ahb_lite_sdram/src/testbench/test_ahb_lite_rw_master.v to
After that, the waveform looks the way as it should be.
Thank you for your awesome work to the mipsfpga+ project.