Try to create Vivado project with HDL coder

47 visualizaciones (últimos 30 días)
hovav dimri
hovav dimri el 30 de Ag. de 2023
Comentada: Sohail el 19 de Nov. de 2024 a las 16:00
Hello! I am attempting to create a Vivado project using HDL Coder within Simulink, but I encountered an issue with the workflow advisor. The error message I received is:
"ERROR: [Board 49-71] The 'board_part' definition could not be found for 'avnet.com:zedboard:part0:1.4'. Although the project's 'part' property was set to 'xc7z020clg484-1', the 'board_part' property was not defined for the project."
In the Vivado platform, I have the Zedboard file, and I have also installed the necessary support packages for both hardware and design on Xilinx boards. I am unsure how to properly configure the board files. Could you please guide me on how to address this issue and set up the board files correctly?

Respuestas (2)

recent works
recent works el 30 de Ag. de 2023
The error message you are getting is saying that the Vivado project cannot find the board definition for the Zedboard board. This can happen if the board definition is not installed correctly, or if the board part is not set correctly in the Vivado project.
To fix this issue, you need to make sure that the board definition for the Zedboard is installed correctly. You can do this by following these steps:
  1. Open the Vivado IDE.
  2. In the Project Manager window, click on the Settings tab.
  3. In the Board Settings section, click on the Board File field.
  4. Browse to the location of the Zedboard board definition file.
  5. Click on the Open button.
Once the board definition is installed correctly, you need to set the board part in the Vivado project. You can do this by following these steps:
  1. In the Project Manager window, right-click on the project name and select Properties.
  2. In the Project Properties dialog box, select the Device and Board tab.
  3. In the Board Part field, select the Zedboard board part.
  4. Click on the OK button.
Once you have set the board part correctly, you should be able to create the Vivado project without any errors.

Julio Magro Sastre
Julio Magro Sastre el 2 de Dic. de 2023
This solution did not work for me. However I found an alternative workaround. I am using MATLAB R2023b and Xilinx Vivado 2022.1, but this should work with other versions too.
What I did was to download the 1.4 version of the ZedBoard files from this page:
Then I added the files to the path C:/Xilinx/Vivado/2022.1/data/boards/board_files/zedboard. Here you should have a folder with a 1.3 version (this is from installing the board files as per the Digilent instructions). Just add a folder named "1.4" with the downloaded files inside the zedboard folder.
When launching HDL Workflow Advisor and creating a project with Vivado there should be no issues.
Hope it helps,
J.
  3 comentarios
Jakob Schmusch
Jakob Schmusch el 29 de Oct. de 2024 a las 12:54
Editada: Jakob Schmusch el 29 de Oct. de 2024 a las 12:54
I use Matlab 2023b with Vivado 2024.1
Using the manually installed 1.4 board files did not work for me either.
I solved the issue by removing the manual installed board files and loading the board files once by creating a new project in Vivado, where you just can click "Refresh" during board selection. I think its not longer necessary to copy the files manually from GitHub.
Sohail
Sohail el 19 de Nov. de 2024 a las 16:00
Hi all,
I'm getting the same error with Zybo 7-10, when I try to create Project in HDL Coder:
ERROR: [Board 49-71] The board_part definition was not found for digilentinc.com:zybo-z7-10:part0:1.0. The project's board_part property was not set, but the project's part property was set to xc7z010clg400-1. Valid board_part values can be retrieved with the 'get_board_parts' Tcl command. Check if board.repoPaths parameter is set and the board_part is installed from the tcl app store.
I have tried to follow the instructions given here:
But it does not work? Any hints? Thanks

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by