关于#神经网络#的问题,如何解决?

打开基于ZYNQ的卷积神经网络硬件加速器,基于FPGA的卷积神经网络加速器的设计与实现 的RIL出现以下问题
[Board 49-67] The board_part definition was not found for tul.com.tw:pynq-z2:part0:1.0. This can happen sometimes when you use custom board part. You can resolve this issue by setting 'board.repoPaths' parameter, pointing to the location of custom board files. Valid board_part values can be retrieved with the 'get_board_parts' Tcl command.

该回答引用ChatGPT
该问题提示找不到自定义板卡部件定义,需要设置“board.repoPaths”参数,使其指向自定义板卡文件的位置。可以使用Tcl命令“get_board_parts”检索有效的板卡部件值。

以下是在Vivado设计套件中设置“board.repoPaths”参数的示例代码:


set_param board.repoPaths "<path_to_your_custom_board_files>"


需要将“<path_to_your_custom_board_files>”替换为自定义板卡文件的路径。如果还没有自定义板卡文件,需先创建并导入。

此外,还需确保在项目设置中选择了正确的板卡型号。