Forum Discussion

Pramod_p's avatar
Pramod_p
Icon for New Contributor rankNew Contributor
4 years ago

Problem in download bitstream on Stratix 10 MX board

Hi,

I am trying to work with the following design example.

https://fpgacloud.intel.com/devstore/platform/18.1.0/Pro/pci-express-gen3-x16-avmm-dma-with-hbm2-memory-reference-design/

I am able to compile the design for our Stratix 10 MX Board (Device : 1SM21CHU1F53E1VG (16GB HBM2)).

Quartus Version : 21.2

When I try to download the bitstream, it stops around 85%, giving the following error:

Error(18950): Device has stopped receiving configuration data
Error(18948): Error message received from device: Device is in configuration state.
Error(209012): Operation failed

Can anyone let me know, what can be the solution for this ?

P.S: I am able to download other basic example involving PCIe endpoint.

Regards,

Pramod

9 Replies

  • Hi John,

    Thanks for the reply.

    I was able to solve the issue by assigning the correct pin numbers to reference clocks of HBM.

    I was able to build the Qsys design with MCDMA IP interfaced with HBM Controller through AXI bridge. ( I have modified the example design PCIe + DDR + HBM2. I have replaced PCIe endpoint IP with MCDMA IP).

    https://fpgacloud.intel.com/devstore/platform/19.1.0/Pro/an881-pcie-avmm-dma-gen3x16-ddr4-and-hbm2/

    I am able to build and program the design successfully using Quartus 21.3 version.

    During software test, system is not able to work with burstcount greater than 1. I have enabled burstcount greater than 1 option during HBM Controller generation. I have given it as 128 (max is 256).

    Does HBM controller with AXI interface works with burst count greater than 1 ?

    Best Regards,

    Pramod

  • JohnT_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hi,


    May I know what issue are facing? Is it incorrect data read back? Have you try to SignalTap the internal data?


    • Pramod_atintel's avatar
      Pramod_atintel
      Icon for New Contributor rankNew Contributor

      Hi John,

      I am not getting any response back from HBM memory. Yes, I have connected SignalTap to the AXI ports of the HBM controller.

      For burst count greater than 1, there is no transfer of data.

  • JohnT_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hi,


    Can you check on the PCIe output to the HBM interface to see if the PCIe IP is sending anything out?


  • JohnT_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hi,


    If you look at the user guide, you will observed that the HBM can only support burst count of 1. Below is the information from the document.


    Burst length adaptation


    The Gen3 x16 IP Write Data Mover (WRDM) and Read Data Mover (RDDM) Avalon-MM interfaces are bursting masters that issue Read/Write transactions in burst mode (the maximum burst count supported is 8). However, the HBM Controller AXI4 slave only supports single-burst transfers (burst length of 1). To resolve this, the maximum burst size in the Avalon-MM clock crossing bridges is set to 1.


    • Pramod_atintel's avatar
      Pramod_atintel
      Icon for New Contributor rankNew Contributor

      Hi John,

      Can you point me to an example where burst count greater than 2 is supported ?

  • JohnT_Altera's avatar
    JohnT_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hi,


    Currently we do not have any example design for HBM interface that can support burst count more than 1.