Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19845 Discussions

Procedure to add uClk_usr in Streaming DMA AFU

Navaneeth
Novice
894 Views

I want to run my AFU in uClk_usr domain in the Streaming DMA AFU sample example. Please can you provide the steps that need to be followed in order to achieve this.

 

Thank you

0 Kudos
29 Replies
Navaneeth
Novice
644 Views
Any help is much appreciated.

Thank you
Navaneeth M
JohnT_Intel
Employee
627 Views

Hi,


May I know which acceleration card and software stack are you using?


Navaneeth
Novice
620 Views
Accelerated card - stratix 10
Software stack - opae
JohnT_Intel
Employee
619 Views

Hi,


If you are refering to https://www.intel.com/content/www/us/en/docs/programmable/683424/2-0-1/hardware-subsystems.html then the AFU is already connected to uClk.


Navaneeth
Novice
604 Views

Hi,

 

We are referring to the same document. But I'm afraid they're using pClk for the entire design.

 

Specifically, we wanted a guide or a series of steps which will help us in taking uClk_usr signal as an input signal in hw/rtl/QSYS_IPs/avst_decimator/avst_decimator.sv file. The uClk_usr signal is present as input in hw/rtl/ccip_std_afu.sv but we are finding it difficult in order to correctly take it as input in the avst_decimator.sv file.

 

Thank you

JohnT_Intel
Employee
590 Views

Hi,


Can you confirm if the "afu.sv" is using afu_clk?


Navaneeth
Novice
582 Views

Hi,

Yes, "afu.sv" is using the afu_clk.

But, it would be great if the uClk_usr is made available in avst_decimator.sv file.

 

Thank you

JohnT_Intel
Employee
576 Views

Hi,


Where can I get the avst_decimator.sv file? I am not able to see the file in the AFU design.


Navaneeth
Novice
568 Views

Hi,

Path to avst_decimator.sv is:

 

<path to streaming_dma_afu folder>/hw/rtl/QSYS_IPs/avst_decimator/avst_decimator.sv

 

OR

 

$OPAE_PLATFORM_ROOT/hw/samples/streaming_dma_afu/hw/rtl/QSYS_IPs/avst_decimator/avst_decimator.sv

 

Thank you

JohnT_Intel
Employee
551 Views

Hi,


May I know if you are using DCP 2.0.1? For this version, I do not see this IP


Navaneeth
Novice
545 Views

Hi,

I am not sure about the DCP Version.

 

We are accessing the streaming dma afu folder by:

1. SSHing into devcloud

2. "devcloud_login" into "Stratix 10 PAC Compilation and Programming - RTL AFU, OpenCL" node

3. Performing "tools_setup" of "Stratix 10 PAC Compilation and Programming - RTL AFU, OpenCL"

4. cd "$OPAE_PLATFORM_ROOT/hw/samples/streaming_dma_afu"

 

The path to avst_decimator.sv is
"$OPAE_PLATFORM_ROOT/hw/samples/streaming_dma_afu/hw/rtl/QSYS_IPs/avst_decimator/avst_decimator.sv"

 

Expanded path is "/glob/development-tools/versions/fpgasupportstack/d5005/2.0.1/inteldevstack/d5005_ias_2_0_1_b237/hw/samples/streaming_dma_afu/hw/rtl/QSYS_IPs/avst_decimator/avst_decimator.sv"

 

Thank you

JohnT_Intel
Employee
537 Views

Hi,


Could you try to download the official version and check if you can work with the latest AFU design?


Navaneeth
Novice
527 Views

Hi,

Upon checking, the "avst_decimator.sv" file does not have user clock as input in this version as well.

 

Thank you

JohnT_Intel
Employee
526 Views

Hi,


Sorry, I was looking at the wrong directory. After looking at the correct directory then I am able to find the file.


You can modify the file in ccip_std_afu.sv so that the AFU IP is using UserClk and not Pclk.


Navaneeth
Novice
510 Views

Hi,

We tried using uClk_usr instead of pClk in line 117 of "ccip_std_afu.sv" file. We got the following error when we ran the software in simulation mode:

 

WhatsApp Image 2022-04-22 at 9.23.02 PM.jpeg

Thank you

JohnT_Intel
Employee
496 Views

Hi,


It looks like the PCIe IP is using PCLK and the AFU is running using uclk_user which is not able to match the frequency. You will need to implement clock crossing to make sure that the clock is able to pass to the AFU design without any issue.


Navaneeth
Novice
486 Views

Hi,

Could you please list the steps in order to implement clock crossing.

Thank you

JohnT_Intel
Employee
465 Views

Hi,


After further checking, the rtl should not be change. You will need to modify the json file so that it is using uclk_usr. You may refer to "hello_mem_afu" example design json file.


Navaneeth
Novice
451 Views
Hi,
Can you please tell us the location of the SDC file in the streaming dma afu folder?

Also, could you please tell us the additions that we have to make to the SDC file?

Thank you
Reply