From 470b20b47da7639bc29740497d1dba6f251ebd97 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Thu, 3 Mar 2011 16:36:21 -0800 Subject: make big tx fifo the one doing the clock crossing --- usrp2/simple_gemac/simple_gemac_wrapper.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/simple_gemac') diff --git a/usrp2/simple_gemac/simple_gemac_wrapper.v b/usrp2/simple_gemac/simple_gemac_wrapper.v index 38c47ca37..cb0ec1c71 100644 --- a/usrp2/simple_gemac/simple_gemac_wrapper.v +++ b/usrp2/simple_gemac/simple_gemac_wrapper.v @@ -1,7 +1,7 @@ module simple_gemac_wrapper #(parameter RXFIFOSIZE=9, - parameter TXFIFOSIZE=6) + parameter TXFIFOSIZE=9) (input clk125, input reset, // GMII output GMII_GTX_CLK, output GMII_TX_EN, output GMII_TX_ER, output [7:0] GMII_TXD, -- cgit v1.2.3