Jump to content
  • 0

[DRC NSTD-1] and [DRC UCIO-1] when generating bitstream with HDMI on Zybo


Maciej Piechotka

Question

I'm trying to use HDMI port on my Zybo board. On Vivaldo 2017.2 I run into problems when generating bitstream:

[DRC NSTD-1] Unspecified I/O Standard: 3 out of 141 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: hdmi_in_ddc_scl_io, hdmi_in_ddc_sda_io, and hdmi_in_hpd_led_tri_io[0].

[DRC UCIO-1] Unconstrained Logical Port: 11 out of 141 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: hdmi_in_ddc_scl_io, hdmi_in_ddc_sda_io, hdmi_in_data_p[2:0], hdmi_in_data_n[2:0], hdmi_in_clk_n, hdmi_in_clk_p, and hdmi_in_hpd_led_tri_io[0].

How should I specify correct constraints? What have I done wrong (i.e. why they aren't specified automatically)?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

Hi @Maciej Piechotka,

I will reach out to the creator of the DVI2RGB source IP in the morning to see if we decided not to constrain the pins they way we do with most of the other drag an drop selections. My guess is that it is due to the multiple ways it can be connected. I added a screen shot of a projects block design that generates a bitstream along with the xdc file. 

cheers,

Jon 

zybo.xdc

HDMI_IN_ISSUE_3.jpg

Link to comment
Share on other sites

@jpeyron Any progress?

It doesn't seem to work even with attached constraints:

[DRC UCIO-1] Unconstrained Logical Port: 8 out of 12 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: hdmi_in_data_p[2:0], hdmi_in_data_n[2:0], hdmi_in_clk_n, and hdmi_in_clk_p.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...