imageon: ZC706, updated system_top to remove part of the Warnings.

- constraints fixed so Vivado doesn't issue a Warning
main
Adrian Costina 2016-10-10 17:33:42 +03:00
parent 9efc45f0b6
commit b3d3876dc5
2 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,7 @@ set_property -dict {PACKAGE_PIN AG15 IOSTANDARD LVCMOS25} [get_ports hd
# clock definition
create_clock -period 6.66667 -name hdmi_rx_clk [get_ports hdmi_rx_clk]
create_clock -period 6.667 -name hdmi_rx_clk [get_ports hdmi_rx_clk]
# default constraints

View File

@ -127,6 +127,9 @@ module system_top (
wire [63:0] gpio_o;
wire [63:0] gpio_t;
assign gpio_i[63:34] = gpio_o[63:34];
assign gpio_i[31:15] = gpio_o[31:15];
// instantiations
ad_iobuf #(.DATA_WIDTH(2)) i_gpio (