commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r7238 - usrp2/trunk/fpga/top/u2_basic
Date: Sat, 22 Dec 2007 15:14:46 -0700 (MST)

Author: matt
Date: 2007-12-22 15:14:45 -0700 (Sat, 22 Dec 2007)
New Revision: 7238

Modified:
   usrp2/trunk/fpga/top/u2_basic/u2_basic.v
Log:
put in new pps module as a placeholder


Modified: usrp2/trunk/fpga/top/u2_basic/u2_basic.v
===================================================================
--- usrp2/trunk/fpga/top/u2_basic/u2_basic.v    2007-12-22 22:13:54 UTC (rev 
7237)
+++ usrp2/trunk/fpga/top/u2_basic/u2_basic.v    2007-12-22 22:14:45 UTC (rev 
7238)
@@ -454,8 +454,11 @@
    assign       s9_err = 0;
    assign       s9_rty = 0;
    
-   assign       exp_pps_out = 1'b0;
-
+   pps pps
+     (.clk(dsp_clk),.rst(dsp_rst),
+      .pps_in(pps_in),.exp_pps_in(exp_pps_in),.exp_pps_out(exp_pps_out),
+      .master_time(master_time) );
+   
    // /////////////////////////////////////////////////////////////////////////
    // UART, Slave #10
 
@@ -562,6 +565,7 @@
    assign      debug_clk[1] = dsp_clk; 
 
    assign      debug_gpio_0 = 32'd0;
-   assign      debug_gpio_1 = debug_rx_1;
+   //assign      debug_gpio_1 = debug_rx_1;
+   assign      debug_gpio_1 = {exp_pps_in, exp_pps_out, pps_in};
    
 endmodule // u2_basic





reply via email to

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