From 166c78060c78643d2083d64ce7f8fa81086f9484 Mon Sep 17 00:00:00 2001 From: Istvan Csomortani Date: Sun, 29 Mar 2015 16:17:08 +0300 Subject: [PATCH] adv7511_vc707: Fix system top. --- projects/adv7511/vc707/system_top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/adv7511/vc707/system_top.v b/projects/adv7511/vc707/system_top.v index 82750a816..80196120c 100644 --- a/projects/adv7511/vc707/system_top.v +++ b/projects/adv7511/vc707/system_top.v @@ -198,7 +198,7 @@ module system_top ( .linear_flash_oen (linear_flash_oen), .linear_flash_wen (linear_flash_wen), .linear_flash_dq_io(linear_flash_dq_io), - .gpio_lcd_tri_o (gpio_lcd), + .gpio_lcd_tri_io (gpio_lcd), .gpio0_o (gpio_o[31:0]), .gpio0_t (gpio_t[31:0]), .gpio0_i (gpio_i[31:0]),