Filter löschen
Filter löschen

Error while running monitor and tune on zedboard using matlab_2023 and xilinx2019.2

2 Ansichten (letzte 30 Tage)
The hdl coder runs fine and I am able to upload the example code from led blinking example : hdlcoder_led_blinking. The code uploads to the zedboard and I can see the led's glowing. The problem happens when I try to run the interface file. I don;t see the monitor and tune option in the toolstrip, but i see the "configure, monitor and tune" option and when I click on it, I see the error : Error:FPGA or processor model not detected. You must launch SoC Builder from the top model. If the error persists, see Build Error for FPGA or Processor Model not Detected.
I am attaching a screenshot for reference. Any help will be appreciated.

Antworten (1)

Abhishek Kumar Singh
Abhishek Kumar Singh am 3 Mai 2024
Hi Anuj,
To get the "Configure, Monitor & Tune" option working, you need to build your model with socBuilder as the error suggests. Just open the Command Window and type:
socBuilder('modelname')
For details on SoC Builder, check the documentation here: https://www.mathworks.com/help/ti-c2000/ug/socbuilder.html
Also, the "Configure, Monitor & Tune" option is under the MONITOR & TUNE section in the Hardware tab.
If you're still stuck after this, the solution might be in the troubleshooting steps here:

Produkte


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by