Skip to content
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

Warnings in Lab3 while building sdx_app1 #20

Open
peter2chang opened this issue Mar 19, 2019 · 1 comment
Open

Warnings in Lab3 while building sdx_app1 #20

peter2chang opened this issue Mar 19, 2019 · 1 comment

Comments

@peter2chang
Copy link

Hi,
I got 2 warnings while building the sdx_app1 in lab 3, do you know what seem to be the issues? I am using zedboard as target board, so there were some modifications made for zedboard as I followed along the tutorials. The build was completed and output files in sd_card folder can be run on my zedboard and output was seen via terminal program. Thank you.

  1. WARNING: [CF2XD 83-1006] Invalid clock id 1 for platform zedboard
    clock_id

  2. CRITICAL WARNING: [VPL 60-724] 'D:/SDSoC_projects/sdx_workspace/zedboard/export/zedboard/hw/zedboard.dsa' : failed DSA integrity check: digest mismatch.
    DSA

@sgrace-xlnx
Copy link

The digest message can be ignored (that usually tells us that the DSA file was unzipped and re-zipped, which is not in this case). Depending on what version of the tool you're using, this should be addressed in the latest release of the tool.

The invalid clock ID all depends on what is set to default values of the ID. In this case, the tool did not find the default clock of id 1. This usually means that in the DSA, there is no clock id 1, and the default being set to 1 caused this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants