diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-03 16:36:21 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-03-03 16:36:21 -0800 |
commit | 470b20b47da7639bc29740497d1dba6f251ebd97 (patch) | |
tree | 7ccd0a157dceaec05a247d07639b273f37e456f0 /usrp2/simple_gemac | |
parent | 595d341ea6cd9b2207d5443bf79b144f87e9674b (diff) | |
download | uhd-470b20b47da7639bc29740497d1dba6f251ebd97.tar.gz uhd-470b20b47da7639bc29740497d1dba6f251ebd97.tar.bz2 uhd-470b20b47da7639bc29740497d1dba6f251ebd97.zip |
make big tx fifo the one doing the clock crossing
Diffstat (limited to 'usrp2/simple_gemac')
-rw-r--r-- | usrp2/simple_gemac/simple_gemac_wrapper.v | 2 |
1 files changed, 1 insertions, 1 deletions
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, |