[DRC NSTD-1] Unspecified I/O Standard: 9 out of 139 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 SEVERITY {Warning} [get_drc_checks NSTD-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: USBIND_0_0_port_indctl[1:0], USBIND_0_0_vbus_pwrfault, USBIND_0_0_vbus_pwrselect, UART_0_0_rxd, UART_0_0_txd, FCLK_RESET0_N_0, FCLK_CLK0_0, and GPIO_tri_io[0].
时间: 2024-03-18 13:44:30 浏览: 298
这是来自 Vivado 的警告信息,提示设计中有一些逻辑端口使用了默认的 I/O 标准值,而没有指定用户定义的特定值。这可能会导致性能、信号完整性或甚至设备或组件损坏的问题。为了解决这个问题,你需要为设计中的所有逻辑端口指定特定的 I/O 标准。如果你选择忽略此警告,你仍然可以生成位流,但不推荐这样做。要这样做,可以使用命令 "set_property SEVERITY {Warning} [get_drc_checks NSTD-1]" 将其添加到 .tcl 文件中,并将该文件作为实现运行的 write_bitstream 步骤的预钩子。消息中列出的问题端口包括 USBIND_0_0_port_indctl[1:0]、USBIND_0_0_vbus_pwrfault、USBIND_0_0_vbus_pwrselect、UART_0_0_rxd、UART_0_0_txd、FCLK_RESET0_N_0、FCLK_CLK0_0 和 GPIO_tri_io[0]。
相关问题
[DRC NSTD-1] Unspecified I/O Standard: 4 out of 4 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 SEVERITY {Warning} [get_drc_checks NSTD-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: row[3:0].分析报错
这是一个关于 FPGA 设计的报错信息,指出了该设计中有 4 个逻辑端口使用了默认的 I/O 标准,没有指定特定的值。这可能会导致 I/O 冲突,与板子电源或连通性不兼容,影响性能和信号完整性,甚至在极端情况下可能会损坏设备或连接的元件。要纠正这个问题,需要指定所有的 I/O 标准。如果允许未指定 I/O 标准值(不推荐),可以使用命令“set_property SEVERITY {Warning} [get_drc_checks NSTD-1]”生成比特流。报错信息指出了问题的端口是“row[3:0]”,需要在设计中指定这些端口的具体的 I/O 标准值。
[DRC NSTD-1] Unspecified I/O Standard: 2 out of 25 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 SEVERITY {Warning} [get_drc_checks NSTD-1]. NOTE: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that file as a pre-hook for write_bitstream step for the implementation run. Problem ports: NAND_RE_N_0, and NAND_RE_N_c_0.
这是一个 Vivado 工具的警告信息,意思是有部分逻辑端口的输入/输出标准没有指定具体的类型,可能会导致电路板电源或连接性的问题,从而影响性能、信号完整性甚至可能对设备或其连接的组件造成损坏。为了解决这个问题,需要指定所有的输入/输出标准。如果不想指定,则可以使用提供的命令来允许生成位流文件,但这并不推荐。需要注意的是,当使用 Vivado 运行基础设施时(如 launch_runs Tcl 命令),需要将该命令添加到 .tcl 文件中,并将该文件作为实现运行的 write_bitstream 步骤的前钩子。在这个问题中,NAND_RE_N_0 和 NAND_RE_N_c_0 是存在问题的端口。
阅读全文