Forum Discussion
EBERLAZARE_I_Intel
Regular Contributor
7 years agoHi,
Typically the h2f lightweight bridge is to perform control and status register accesses to peripherals in the FPGA.
The lightweight HPS-to-FPGA bridge is a fixed 32-bit width connection to the FPGA fabric, since most IP cores implement 32-bit control and status register.
I would recommend you use the h2f bridge for data transfer.
The bridge is intended to be used by masters to perform bursting transfers.
We also have a user guide for DCFIFO user guide here for you reference:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/archives/ug-fifo-15.1.pdf
Thanks.