commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8526 - usrp2/trunk/fpga/top/u2_core


From: matt
Subject: [Commit-gnuradio] r8526 - usrp2/trunk/fpga/top/u2_core
Date: Wed, 28 May 2008 18:35:10 -0600 (MDT)

Author: matt
Date: 2008-05-28 18:35:10 -0600 (Wed, 28 May 2008)
New Revision: 8526

Modified:
   usrp2/trunk/fpga/top/u2_core/u2_core.v
Log:
send adc to debug outputs


Modified: usrp2/trunk/fpga/top/u2_core/u2_core.v
===================================================================
--- usrp2/trunk/fpga/top/u2_core/u2_core.v      2008-05-29 00:33:17 UTC (rev 
8525)
+++ usrp2/trunk/fpga/top/u2_core/u2_core.v      2008-05-29 00:35:10 UTC (rev 
8526)
@@ -624,8 +624,8 @@
    assign      debug_clk[0] = wb_clk;
    assign      debug_clk[1] = dsp_clk; 
    
-   assign      debug = 32'b0; 
-   assign      debug_gpio_0 = 32'b0;
+   assign      debug = {{strobe_rx,adc_ovf_a,adc_a},{run_rx,adc_ovf_b,adc_b}}; 
+   assign      debug_gpio_0 = sample_rx;
    assign      debug_gpio_1 = 32'b0; 
    
 endmodule // u2_core





reply via email to

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