You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TCL get_board_parts command in Vivado 2021.2.1 shows "em.avnet.com:minized:part0:1.2 " but "avnet.com:minized:part0:1.3" (i.e. no "em" prefix on vendor).
Generating a system in Vitis Model Composer using the board file is not possible and produces the following error when Minized is selected as the board:
ERROR: An error occurred when creating the Vivado project.
ERROR: [Board 49-71] The board_part definition was not found for em.avnet.com:minized:part0:1.3. The project's board_part property was not set, but the project's part property was set to xc7z007sclg225-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.
Changing the board.xml file for the 1.3 version so that vendor is "em.avnet.com" rather than "avnet.com" fixes the issue and Model Composer system generation is possible:
<board schema_version="2.2" vendor="em.avnet.com" ... >
I have made the change locally but would be good if the repo can be updated with this change.
The text was updated successfully, but these errors were encountered:
TCL get_board_parts command in Vivado 2021.2.1 shows "em.avnet.com:minized:part0:1.2 " but "avnet.com:minized:part0:1.3" (i.e. no "em" prefix on vendor).
Generating a system in Vitis Model Composer using the board file is not possible and produces the following error when Minized is selected as the board:
Changing the board.xml file for the 1.3 version so that vendor is "em.avnet.com" rather than "avnet.com" fixes the issue and Model Composer system generation is possible:
<board schema_version="2.2" vendor="em.avnet.com" ... >
I have made the change locally but would be good if the repo can be updated with this change.
The text was updated successfully, but these errors were encountered: