From 1e585a79df197653b752427b4372895e12afc2d4 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 10 Sep 2009 21:53:32 -0700 Subject: remove unused port --- usrp2/fpga/simple_gemac/simple_gemac_rx.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/fpga') 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, -- cgit