Forum Discussion
29 Replies
- Navaneeth
New Contributor
Any help is much appreciated.
Thank you
Navaneeth M - JohnT_Altera
Regular Contributor
Hi,
May I know which acceleration card and software stack are you using?
- Navaneeth
New Contributor
Accelerated card - stratix 10
Software stack - opae
- JohnT_Altera
Regular Contributor
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
New Contributor
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_Altera
Regular Contributor
Hi,
Can you confirm if the "afu.sv" is using afu_clk?
- Navaneeth
New Contributor
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_Altera
Regular Contributor
Hi,
Where can I get the avst_decimator.sv file? I am not able to see the file in the AFU design.
- Navaneeth
New Contributor
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_Altera
Regular Contributor
Hi,
May I know if you are using DCP 2.0.1? For this version, I do not see this IP
- Navaneeth
New Contributor
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