diff options
author | Matt Ettus | 2009-09-10 21:53:32 -0700 |
---|---|---|
committer | Matt Ettus | 2009-09-10 21:53:32 -0700 |
commit | 1e585a79df197653b752427b4372895e12afc2d4 (patch) | |
tree | f9bd98b575d532e318947953c63a074f265964b1 /usrp2/fpga/simple_gemac/simple_gemac_rx.v | |
parent | d657d1baa99af56f8a4c0ed4b3bc6464313b1773 (diff) | |
download | gnuradio-1e585a79df197653b752427b4372895e12afc2d4.tar.gz gnuradio-1e585a79df197653b752427b4372895e12afc2d4.tar.bz2 gnuradio-1e585a79df197653b752427b4372895e12afc2d4.zip |
remove unused port
Diffstat (limited to 'usrp2/fpga/simple_gemac/simple_gemac_rx.v')
-rw-r--r-- | usrp2/fpga/simple_gemac/simple_gemac_rx.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/fpga/simple_gemac/simple_gemac_rx.v b/usrp2/fpga/simple_gemac/simple_gemac_rx.v index c50791ff0..bad43a607 100644 --- a/usrp2/fpga/simple_gemac/simple_gemac_rx.v +++ b/usrp2/fpga/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, |