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

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

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

  • 软件版本:Vivado HLS 2017.4
  • 系统环境:Windows 11 22H2

解决方案

官方解答

  • Xilinx 官方给出的解决方案——安装补丁:
  • https://support.xilinx.com/s/article/76960?language=en_US

下载补丁

安装补丁

  • 官方的说明是通过运行脚本文件来安装补丁:
  1. 下载 y2k22_patch-1.2.zip 文件;
  2. 将文件解压缩到软件安装根目录位置;
  3. 运行 patch.py 脚本文件

  • 最后得到正确的日志输出即安装成功

  • 不过笔者试了多次没有成功,查看脚本内容发现该脚本主要功能是对目录下一个 Tcl 文件做了一个 copy 的操作,将其拷贝到指定位置:

  • 查看官方给出的日志,可以猜到该脚本将这个 Tcl 文件复制到了哪个位置:

  • 我们直接复制这个 Tcl 文件:

  • 将这个文件粘贴到指定目录下:

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

更多内容

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


相关文章
|
7月前
|
运维 API 开发工具
当你下载并运行阿里云OpenAPI的工程时遇到“runtime error: invalid memory address or nil pointer
【1月更文挑战第8天】【1月更文挑战第38篇】当你下载并运行阿里云OpenAPI的工程时遇到“runtime error: invalid memory address or nil pointer
356 2
Tp5 SplFileObject::__construct(/tmp/phpvuOdFd): failed to open stream: No such file or director解决方法
Tp5 SplFileObject::__construct(/tmp/phpvuOdFd): failed to open stream: No such file or director解决方法
137 0
ffmpeg推流报错Failed to update header with correct duration.
ffmpeg推流报错Failed to update header with correct duration.
915 0
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
451 0
Flutter之运行提示Could not update files on device: Connection closed before full header was received
Flutter之运行提示Could not update files on device: Connection closed before full header was received
769 0
|
6月前
|
物联网
zigbee配置及常见错误总结---(Segment BANKED_CODE must be defined in a segment definition option)
zigbee配置及常见错误总结---(Segment BANKED_CODE must be defined in a segment definition option)
|
JavaScript
Vue 打包后打开为空白页面 并且控制台报错‘Failed to load resource: net::ERR_FILE_NOT_FOUND’
Vue 打包后打开为空白页面 并且控制台报错‘Failed to load resource: net::ERR_FILE_NOT_FOUND’
Vue 打包后打开为空白页面 并且控制台报错‘Failed to load resource: net::ERR_FILE_NOT_FOUND’
|
7月前
|
JavaScript 前端开发
ESLint—— Failed to load config “standard“ to extend from
ESLint—— Failed to load config “standard“ to extend from
202 0
|
编译器 Go 开发工具
JetBrains GoLand 以debug运行Go程序时出现could not launch process: decoding dwarf section info at offset 0x0: too short报错之保姆级别解决方案
JetBrains GoLand 以debug运行Go程序时出现could not launch process: decoding dwarf section info at offset 0x0: too short报错之保姆级别解决方案
333 0
|
数据采集 缓存 Android开发
Assertion desc failed at libswscale/swscale_internal.h:674和ffmpeg的各种key+value
Assertion desc failed at libswscale/swscale_internal.h:674和ffmpeg的各种key+value
241 0