-
Notifications
You must be signed in to change notification settings - Fork 525
Open
Description
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.
kaasaraai-jump
Activity
czfpga commentedon Apr 21, 2025
Hi @monological
Thank you for reporting this. The HDK script never examine or analyze the customer designs and it has no visibility into designs either due to encryption.
We will improve this error message to provide better debugging guidance in future releases.