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.
19989 Discussions

Procedure to add uClk_usr in Streaming DMA AFU

Navaneeth
Novice
1,000 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
JohnT_Intel
Employee
269 Views

Hi,


Usually the AFU does not need to have a special SDC for it as it is covered in the default SDC.


raks
Beginner
250 Views

Hi,

I tried using uClk_usr with the help of clock crossing module. I instantiated the clock crossing module in the ccip_std_afu.sv  file and in spite of that, I got the "timing constraints not met" error.  What is the reason for getting that error and how to rectify it?

 

Thank you

JohnT_Intel
Employee
245 Views

Hi,


Could you share with me the timing report or the compilation log?


raks
Beginner
230 Views

Hi,

Please find the attachment of the log files.

Navaneeth
Novice
212 Views
Hi
Any reply is much appreciated.
JohnT_Intel
Employee
208 Views

Hi,

 

I do not observed that the timing constrant error you mention in the logs provided.

raks
Beginner
192 Views

Hi,

The error can be seen in flame-job-script.sh.o891757 file. It is printed at the end of the file. 

JohnT_Intel
Employee
183 Views

Hi,

 

You will need to try to recompile your design in different seeds to see if it is able to close the timing. May I know if the timing issue will impact your testing?

Navaneeth
Novice
169 Views

Hi,

 

To reiterate the issue that we’re facing, it is that the timing constraints are not being met when we are synthesising our code using quartus for the purpose of getting the GBS file as output. The error files are attached in one of the previous messages.

 

We want to know how we can send a lower frequency of clock (user clock having 300 MHz) in the right manner to the avst decimator file so that we don’t get the timing constraints not met error.


We’re referring to the streaming dma afu bbb provided by Intel.

 

Thank you

Reply