axi_ad9361: Fix Warning[Synth 8-2611]

In Verilog-2001 standard, redeclaration of an output port as a wire
is not allowed.
main
Istvan Csomortani 2017-04-19 13:52:13 +03:00
parent 931758b70c
commit db0cd63ed3
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ module axi_ad9361_tdd (
// internal signals
wire rst;
wire tdd_enable_s;
wire tdd_secondary_s;
wire [ 7:0] tdd_burst_count_s;