Forum Discussion

jackhab's avatar
jackhab
Icon for Occasional Contributor rankOccasional Contributor
5 years ago

Compilation 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?

3 Replies

    • jackhab's avatar
      jackhab
      Icon for Occasional Contributor rankOccasional Contributor

      Hi Anil,

      I am aware that mSGDMA supercedes SGDMA but, just in general, when a feature becomes deprecated it should not mean it is broken (or does not compile) in case someone else comes across the same issue I'd like to add that manually copying older TSE driver solves the compilation problem and allows using SGDMA in Quartus 18.1.

  • AnilErinch_A_Intel's avatar
    AnilErinch_A_Intel
    Icon for Frequent Contributor rankFrequent Contributor

    Hi Jackhab,

    Thanks for sharing the workaround with the community.

    Thanks and Regards

    Anil