-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inserting ILA is improving the performance #629
Comments
Hello! Thank you for all the details, the issue appears to be a design issue. ILAs do not modify the functional behavior of the design. Have you been able to leverage the verification support provided in the aws-fpga developer kit to simulate and test your design before loading it on hardware? A good place to get started would be RTL_Simulating_CL_Designs Please feel free to reach out with any follow up questions! Thanks, |
Hi @AWSjoeluc , Thank you for your reply. While simulating the example design, I am getting the following errors.
Thank you |
Hi @Gogul-N,
If nothing works, can you try a fresh clone and follow RTL_SIMULATING_CL_DESIGNS to run the simulation without any changes? Thanks, |
Hi @AWSjoeluc, As per the solution given in #590 , I am able to simulate now. Thank you. |
Hi,
Look at the above image. From module A, a gated clock is going to module B. We found that module B is not functioning properly. So, inserted ILA 1 in module B and found that gated clock is always high inside module B. To identify the root cause, we inserted ILA 2 in module A. After inserting the ILA 2 in module A, both modules are functioning as expected. And when we removed the ILA 2 in module A, again the same problem faced in module B.
What will be the cause of this issue?
NOTE: We are using BUFGMUX (to replace OR gate) for gated clock.
Thank you.
The text was updated successfully, but these errors were encountered: