HLS ERROR: [IMPL 213-28] Failed to generate IP.

问题描述(Problem description):

先后在三个版本(2018.3、2020.1、2020.2)的HLS中进行了测试,均报错,现有解决方法(修改文件名)不起作用
(I have tested three versions of HLS (2018.3, 2020.1 and 2020.2) successively, all of which reported errors, and the existing solutions (modifying the file name) failed)

使用HLS进行综合或打包IP时出现如下问题
(This problem occurs when using HLS to synthesize or package IP)

ERROR: [IMPL 213-28] Failed to generate IP.
command ‘ap_source’ returned error code
HLS ERROR: [IMPL 213-28] Failed to generate IP._第1张图片

更新(Updata):

参考Xilinx官网的补丁及使用方法进行修改
https://support.xilinx.com/s/article/76960?language=en_US

如果你在运行后出错或未正确执行,可以参考成功运行的log信息,
复制automg_patch_20220104.tcl文件到指定文件夹。
如果你使用的为低版本的Vivado HLS,只需要复制一次(因为只有一个文件夹)

[2022-01-07] INFO: This script (version: 1.2) patches Xilinx Tools for HLS Y2k22 bug for the following release:
2014.*, 2015.*, 2016.*, 2017.*, 2018.*, 2019.*, 2020.* and 2021.*
[2022-01-07] UPDATE: /tools/xilinx/Vivado/2021.1/common/scripts
[2022-01-07] COPY: /tools/xilinx/y2k22_patch/automg_patch_20220104.tcl  to
/tools/xilinx/Vivado/2021.1/common/scripts/automg_patch_20220104.tcl
[2022-01-07] UPDATE: /tools/xilinx/Vitis_HLS/2021.1/common/scripts
[2022-01-07] COPY: /tools/xilinx/y2k22_patch/automg_patch_20220104.tcl  to 
/tools/xilinx/Vitis_HLS/2021.1/common/scripts/automg_patch_20220104.tcl

临时解决方法(Solution):

将Window的系统时间调整为小于等于2021年。
(Adjust the system time of window to be less than or equal to 2021.)

该问题即可解决
(The problem can be solved temporarily)

你可能感兴趣的:(FPGA,Xilinx,FPGA,HLS,Vivado,Error)