diff options
author | ianb <ianb@astro.localdomain> | 2010-08-25 18:54:51 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-11-11 12:08:00 -0800 |
commit | c81569139be394d514994833644ef710be1c886c (patch) | |
tree | a8da5ce19975953ce3ff8f23e784674806861c80 | |
parent | b4d3dba56fd7dd709ec26b89a2e17002e77b202a (diff) | |
download | uhd-c81569139be394d514994833644ef710be1c886c.tar.gz uhd-c81569139be394d514994833644ef710be1c886c.tar.bz2 uhd-c81569139be394d514994833644ef710be1c886c.zip |
hangedddddddextrnal fifo size to use full NoBL SRAM
-rw-r--r-- | usrp2/top/u2_rev3/u2_core_udp.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u2_rev3/u2_core_udp.v b/usrp2/top/u2_rev3/u2_core_udp.v index 38c840bc1..189c4966f 100644 --- a/usrp2/top/u2_rev3/u2_core_udp.v +++ b/usrp2/top/u2_rev3/u2_core_udp.v @@ -648,7 +648,7 @@ module u2_core wire tx_src_rdy, tx_dst_rdy; wire [31:0] debug_vt; - ext_fifo #(.EXT_WIDTH(18),.INT_WIDTH(36),.RAM_DEPTH(19),.FIFO_DEPTH(8)) + ext_fifo #(.EXT_WIDTH(18),.INT_WIDTH(36),.RAM_DEPTH(19),.FIFO_DEPTH(19)) ext_fifo_i1 ( .int_clk(dsp_clk), |