commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 125/148: try a width that works...


From: git
Subject: [Commit-gnuradio] [gnuradio] 125/148: try a width that works...
Date: Mon, 15 Aug 2016 00:47:33 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

nwest pushed a commit to annotated tag old_usrp_devel_udp
in repository gnuradio.

commit 705cd8be1b6f20b74ab0b73d0a79bbc883130ebd
Author: Matt Ettus <address@hidden>
Date:   Thu Jan 14 18:20:08 2010 -0800

    try a width that works...
---
 usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v 
b/usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v
index e13fd29..6cdbd1a 100644
--- a/usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v
+++ b/usrp2/fpga/simple_gemac/simple_gemac_wrapper19.v
@@ -101,7 +101,8 @@ module simple_gemac_wrapper19
       .ll_src_rdy_n(rx_ll_src_rdy2_n), .ll_dst_rdy_n(rx_ll_dst_rdy2_n),
       .f19_data(rx_f19_data_int1), .f19_src_rdy_o(rx_f19_src_rdy_int1), 
.f19_dst_rdy_i(rx_f19_dst_rdy_int1));
 
-   fifo_2clock_cascade #(.WIDTH(19), .SIZE(RXFIFOSIZE)) rx_2clk_fifo
+   //fifo_2clock_cascade #(.WIDTH(19), .SIZE(RXFIFOSIZE)) rx_2clk_fifo
+   fifo_2clock_cascade #(.WIDTH(36), .SIZE(RXFIFOSIZE)) rx_2clk_fifo
      (.wclk(rx_clk), .datain(rx_f19_data_int1), 
       .src_rdy_i(rx_f19_src_rdy_int1), .dst_rdy_o(rx_f19_dst_rdy_int1), 
.space(rx_fifo_space),
       .rclk(sys_clk), .dataout(rx_f19_data), 



reply via email to

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