Altera_Forum
Honored Contributor
10 years ago[FPGA-to-SDRAM Avalon-MM Bridge] -> beginbursttransfer is missing...
Hi All,
I'm working with the ArriaV device and going to use the FPGA-to-SDRAM Avalon-MM Bridge. Does the FPGA-to-SDRAM Avalon-MM Bridge support the burst transactions? After enabling the FPGA-to-SDRAM Avalon-MM Bridge in HPS, the following ports were added to HPS instance: hps_0_f2h_sdram0_data_address hps_0_f2h_sdram0_data_burstcount hps_0_f2h_sdram0_data_waitrequest hps_0_f2h_sdram0_data_writedata hps_0_f2h_sdram0_data_byteenable hps_0_f2h_sdram0_data_write The beginbursttransfer port was not added (doesn't present in the FPGA-to-SDRAM Avalon-MM Bridge in HPS)... So, my question is whether the FPGA-to-SDRAM Avalon-MM Bridge support the burst transactions? If it does support, how could it work without the beginbursttransfer signal? How could the Avalon Slave (SDRAM Controller) know when capture the address and burstcount lines from the Avalon Master (FPGA)? Thank you!