fmcomms2: ZC702 fixed GPIOs in top file

main
Adrian Costina 2015-04-02 15:30:41 +03:00
parent 243a9bc992
commit 9dac22c814
1 changed files with 3 additions and 3 deletions

View File

@ -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;