fmcomms2/zc702: Fix Warning[Synth 8-2611]
In Verilog-2001 standard, redeclaration of an output port as a wire is not allowed.main
parent
db0cd63ed3
commit
1d4b92190a
|
@ -117,10 +117,6 @@ module system_top (
|
||||||
wire [63:0] gpio_o;
|
wire [63:0] gpio_o;
|
||||||
wire [63:0] gpio_t;
|
wire [63:0] gpio_t;
|
||||||
|
|
||||||
wire spi_udc_csn_tx;
|
|
||||||
wire spi_udc_csn_rx;
|
|
||||||
wire spi_udc_sclk;
|
|
||||||
wire spi_udc_data;
|
|
||||||
wire tdd_sync_t;
|
wire tdd_sync_t;
|
||||||
wire tdd_sync_o;
|
wire tdd_sync_o;
|
||||||
wire tdd_sync_i;
|
wire tdd_sync_i;
|
||||||
|
|
Loading…
Reference in New Issue