commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7224 - usrp2/trunk/fpga/top/u2_basic


From: matt
Subject: [Commit-gnuradio] r7224 - usrp2/trunk/fpga/top/u2_basic
Date: Mon, 17 Dec 2007 17:54:45 -0700 (MST)

Author: matt
Date: 2007-12-17 17:54:45 -0700 (Mon, 17 Dec 2007)
New Revision: 7224

Modified:
   usrp2/trunk/fpga/top/u2_basic/u2_basic.v
Log:
make ethernet receive fifo bigger, now that the flow control timing is faster


Modified: usrp2/trunk/fpga/top/u2_basic/u2_basic.v
===================================================================
--- usrp2/trunk/fpga/top/u2_basic/u2_basic.v    2007-12-18 00:53:30 UTC (rev 
7223)
+++ usrp2/trunk/fpga/top/u2_basic/u2_basic.v    2007-12-18 00:54:45 UTC (rev 
7224)
@@ -397,7 +397,7 @@
    wire [31:0]          Tx_mac_data, Rx_mac_data;
    wire [1:0]   Tx_mac_BE, Rx_mac_BE;
 
-   MAC_top #(.TX_FF_DEPTH(9), .RX_FF_DEPTH(10))
+   MAC_top #(.TX_FF_DEPTH(9), .RX_FF_DEPTH(11))
      MAC_top
        (.Clk_125M(clk_to_mac),.Clk_user(dsp_clk),.Speed(),
        
.RST_I(wb_rst),.CLK_I(wb_clk),.STB_I(s6_stb),.CYC_I(s6_cyc),.ADR_I(s6_adr[8:2]),





reply via email to

[Prev in Thread] Current Thread [Next in Thread]