Unspecified IOSTANDARD on PCIE pins
Posted:
Hello,
I am trying to add the XL core to an already existing custom logic project. During the generate bitstream stage, I get the following errors:
Can I safely run this tcl command and ignore these errors?
Thank you
I am trying to add the XL core to an already existing custom logic project. During the generate bitstream stage, I get the following errors:
[DRC NSTD-1] Unspecified I/O Standard: 14 out of 320 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: PCIE_TX_N[7], PCIE_TX_N[6], PCIE_TX_N[5], PCIE_TX_N[4], PCIE_TX_N[3], PCIE_TX_N[2], PCIE_TX_N[1], PCIE_TX_P[7], PCIE_TX_P[6], PCIE_TX_P[5], PCIE_TX_P[4], PCIE_TX_P[3], PCIE_TX_P[2], and PCIE_TX_P[1].
[DRC UCIO-1] Unconstrained Logical Port: 14 out of 320 logical ports have no user assigned specific location 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. To correct this violation, specify all pin locations. This design will fail to generate a bitstream unless all logical ports have a user specified site LOC constraint defined. To allow bitstream creation with unspecified pin locations (not recommended), use this command: 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 the implementation run. Problem ports: PCIE_TX_N[7], PCIE_TX_N[6], PCIE_TX_N[5], PCIE_TX_N[4], PCIE_TX_N[3], PCIE_TX_N[2], PCIE_TX_N[1], PCIE_TX_P[7], PCIE_TX_P[6], PCIE_TX_P[5], PCIE_TX_P[4], PCIE_TX_P[3], PCIE_TX_P[2], and PCIE_TX_P[1].
Can I safely run this tcl command and ignore these errors?
Thank you