Error when I using buildCalibrationBitstream with Kintex-Ultrascale
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
My matlab version is 2023a, vivado version is 2022.1
I follow the example exactly, but when I execuated the code
bitstreamPath = buildCalibrationBitstream(hPC);
I have an Error as follows
Could not apply model's setting to the Target Interface Table in Task 1.2 of the HDL Workflow
Advisor for the following reason:
Cannot connect to model 'loopback_external_memory'; please try Update Diagram (Ctrl-D).
Default or last valid setting is applied instead.
If you are using the HDL Workflow Command Line Interface, consider making these changes in the HDL
Workflow Advisor and using 'Export to Script...' to automatically generate the appropriate
'hdlset_param' commands.
I am sure that the reference design regestration files are same as those in the example.
What can I do for trouble shooting?
0 Commenti
Risposte (1)
Divyanshu
il 26 Giu 2024
Hi,
Here are some troubleshooting steps you can try:
1. Close the HDL Workflow Advisor and your model.
2. Restart MATLAB.
3. Remove the "slprj" folder that belongs to your model.
4. Open your model.
5. Update the model (CTRL+D) before you open HDL Workflow Advisor.
Hope it helps!
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!