使⽤vivado进⾏逻辑开发时,进⾏到Generate Bitstream时报错,如下:
[Drc 23-20] Rule violation (NSTD-1) Unspecified I/O Standard - 4 out of 142 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 boardpower 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 abitstream 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_checksNSTD-1]. NOTE
: When using the Vivado Runs infrastructure (e.g. launch_runs Tcl command), add this command to a .tcl file and add that fileas a pre-hook for write_bitstream step for the implementation run. Problem ports: USBIND_0_port_indctl[1:0],USBIND_0_vbus_pwrfault, USBIND_0_vbus_pwrselect.
[Drc 23-20] Rule violation (UCIO-1) Unconstrained Logical Port - 4 out of 142 logical ports have no user assigned specificlocation constraint (LOC). 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. Tocorrect this violation, specify all pin locations. This design will fail to generate a bitstream unless all logical ports have a userspecified site LOC constraint defined. To allow bitstream creation with unspecified pin locations (not recommended), use thiscommand: set_property SEVERITY {Warning} [get_drc_checks UCIO-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 theimplementation run. Problem ports: USBIND_0_port_indctl[1:0], USBIND_0_vbus_pwrfault, USBIND_0_vbus_pwrselect.usb接⼝我没有使⽤,drc时检测没有约束,导致报错。根据上述提⽰将以下保存成tcl⽂件。set_property SEVERITY {Warning} [get_drc_checks NSTD-1]set_property SEVERITY {Warning} [get_drc_checks RTSTAT-1]set_property SEVERITY {Warning} [get_drc_checks UCIO-1]
因篇幅问题不能全部显示,请点此查看更多更全内容