diff --git a/libraries/io/ddr/src/vhdl/io_ddr_driver.vhd b/libraries/io/ddr/src/vhdl/io_ddr_driver.vhd index 7f702f04465fc8f10cb26d8bfa2c78043d75f15d..7d99c30ffe38520e825003d451de507df76c67c4 100644 --- a/libraries/io/ddr/src/vhdl/io_ddr_driver.vhd +++ b/libraries/io/ddr/src/vhdl/io_ddr_driver.vhd @@ -172,6 +172,7 @@ BEGIN ctlr_mosi.burstbegin <= '0'; -- only used for legacy DDR controllers, because the controller can derive it internally by counting wr and rd accesses ctlr_mosi.burstsize <= TO_MEM_CTLR_BURSTSIZE(burst_size); -- burstsize >= 1, -- no need to hold during burst, because the Avalon constantBurstBehaviour=FALSE (default) of the DDR IP slave + wr_snk_out.xon <= '1'; -- xon is fixed '1' wr_snk_out.ready <= '0'; nxt_dvr_done <= '0'; nxt_cur_address <= cur_address;