diff options
author | Matt Ettus <matt@ettus.com> | 2009-09-10 21:53:32 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-09-10 21:53:32 -0700 |
commit | 2517c53048ad7913212096dde9eb495b2f5391ee (patch) | |
tree | 988ef2a79b1d26e92680883b74355ea736203c11 | |
parent | 2f3e0eefe01b61f8e5e12d2ceef6990abb8a1ff3 (diff) | |
download | uhd-2517c53048ad7913212096dde9eb495b2f5391ee.tar.gz uhd-2517c53048ad7913212096dde9eb495b2f5391ee.tar.bz2 uhd-2517c53048ad7913212096dde9eb495b2f5391ee.zip |
remove unused port
-rw-r--r-- | simple_gemac/simple_gemac_rx.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simple_gemac/simple_gemac_rx.v b/simple_gemac/simple_gemac_rx.v index c50791ff0..bad43a607 100644 --- a/simple_gemac/simple_gemac_rx.v +++ b/simple_gemac/simple_gemac_rx.v @@ -1,7 +1,7 @@ module simple_gemac_rx - (input clk125, input reset, + (input reset, input GMII_RX_CLK, input GMII_RX_DV, input GMII_RX_ER, input [7:0] GMII_RXD, output rx_clk, output [7:0] rx_data, output reg rx_valid, output rx_error, output reg rx_ack, input [47:0] ucast_addr, input [47:0] mcast_addr, |