HLS 2017.4 导出 RTL 报错:ERROR: [IMPL 213-28] Failed to generate IP.

软件版本:HLS 2017.4

在使用 HLS 导出 RTL 的过程中产生如下错误:

HLS 2017.4 导出 RTL 报错:ERROR: [IMPL 213-28] Failed to generate IP._第1张图片

参考 Xilinx 解决方案:https://support.xilinx.com/s/article/76960?language=en_US

问题描述

DESCRIPTION
As of January 1st 2022, the export_ip command used by Vivado HLS and Vitis HLS will fail to export the IP.
描述
从2022年1月1日起,Vivado HLS 和 Vitis HLS 使用的 export _ IP 命令将无法导出 IP。

解决方案

SOLUTION
To address this overflow, a tactical patch has been generated. Follow the instruction below for installation of the patch:
解决方案
为了解决这个溢出问题,已经生成了一个战术补丁。

下载补丁

HLS 2017.4 导出 RTL 报错:ERROR: [IMPL 213-28] Failed to generate IP._第2张图片

安装补丁

  • 官方的方式是通过运行 python 文件来实现,不过笔者没有成功。

  • 有一个简单的方法,可以通过直接复制粘贴文件解决:

  • 解压缩补丁,复制文件:

HLS 2017.4 导出 RTL 报错:ERROR: [IMPL 213-28] Failed to generate IP._第3张图片

  • 将该文件粘贴到目录下即可:

HLS 2017.4 导出 RTL 报错:ERROR: [IMPL 213-28] Failed to generate IP._第4张图片

  • 再次尝试,RTL 导出成功:

HLS 2017.4 导出 RTL 报错:ERROR: [IMPL 213-28] Failed to generate IP._第5张图片

更多内容

  • CSDN博客:@Hello阿尔法
  • 哔哩哔哩:@Hello阿尔法
  • 知乎:@Hello阿尔法

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