From 9dac22c814627324ffc9c748a89627135b234d01 Mon Sep 17 00:00:00 2001 From: Adrian Costina Date: Thu, 2 Apr 2015 15:30:41 +0300 Subject: [PATCH] fmcomms2: ZC702 fixed GPIOs in top file --- projects/fmcomms2/zc702/system_top.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/fmcomms2/zc702/system_top.v b/projects/fmcomms2/zc702/system_top.v index 9926a830a..ec95a3674 100644 --- a/projects/fmcomms2/zc702/system_top.v +++ b/projects/fmcomms2/zc702/system_top.v @@ -167,9 +167,9 @@ module system_top ( // internal signals - wire [48:0] gpio_i; - wire [48:0] gpio_o; - wire [48:0] gpio_t; + wire [63:0] gpio_i; + wire [63:0] gpio_o; + wire [63:0] gpio_t; wire spi_udc_csn_tx; wire spi_udc_csn_rx;