Skip to content

Missing cl_sh_id0/1 causing bitstream config to fail #703

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

Open
monological opened this issue Apr 14, 2025 · 0 comments
Open

Missing cl_sh_id0/1 causing bitstream config to fail #703

monological opened this issue Apr 14, 2025 · 0 comments

Comments

@monological
Copy link

I have a design that I was able to successfully generate a bitstream for, but when I tried to load the AFI onto the FPGA it would say loaded and then immediately go back to cleared. The tools didn't give me any error messages of any kind and nothing could be found in the log files either.

It turned out that I forgot to export cl_sh_id0/1:

  • assign cl_sh_id0[31:0] = `CL_SH_ID0;
  • assign cl_sh_id1[31:0] = `CL_SH_ID1;

Would it be possible to add a check in the hdk scripts to catch this before synthesis happens and let the user know? This was extremely difficult to debug because there was no way of knowing why the device just aborted and dumped the bitstream. It could be an issue with the design, e.g.., power, multi-driven nets, floating pins, etc... causing config to fail. Please consider adding this.

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

1 participant