imageon: ZC706, updated system_top to remove part of the Warnings.
- constraints fixed so Vivado doesn't issue a Warningmain
parent
9efc45f0b6
commit
b3d3876dc5
|
@ -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
|
||||
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue