在 FPGA 开发中,使用 Vivado 是常见的工具链之一。然而,有时在生成 bit 文件的过程中可能会遇到错误。本文将介绍一些常见的错误,并提供相应的解决方法。
- 错误:ERROR: [DRC 23-20] Rule violation (NSTD-1) Unspecified I/O Standard - 1 out of 47 logical ports use I/O standard (IOSTANDARD) value ‘DEFAULT’, instead of a user assigned specific value. This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To correct this violation, specify all I/O standards. This design will fail to generate a bitstream unless all logical ports have a user specified I/O standard value defined. To allow bitstream creation with unspecified I/O standard values (not recommended), use this command: set_property SEV
Vivado 生成 bit 文件错误修复指南
本文介绍了在 FPGA 开发中使用 Vivado 生成 bit 文件时可能遇到的常见错误及其解决方案,包括未指定 I/O 标准、缺少时钟区域约束和时钟组件驱动非时钟引脚的问题,提供了详细的解决步骤。
订阅专栏 解锁全文
1905

被折叠的 条评论
为什么被折叠?



