jackhab
Occasional Contributor
5 years agoCompilation error in BSP using SGDMA
I have an FPGA design with TSE and SGDMA created in Quartus 18.1.
When I generate BSP the SGDMA driver is added to the source tree but ins_tse_mac.h from eth_tse driver uses MSGDMA and the code does not compile (because MSGDMA driver itself was not added).
From IP reference I understand that MSGDMA is more advanced DMA version but we are trying to use SGDMA to keep compatibility with old design.
Is it still possible to use SGDMA in Quartus 18.1?
How can I generate BSP properly?