commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6592 - gnuradio/branches/developers/matt/u2f/top/u2_f


From: matt
Subject: [Commit-gnuradio] r6592 - gnuradio/branches/developers/matt/u2f/top/u2_fpga
Date: Fri, 5 Oct 2007 15:09:38 -0600 (MDT)

Author: matt
Date: 2007-10-05 15:09:38 -0600 (Fri, 05 Oct 2007)
New Revision: 6592

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v
Log:
proper clock muxing


Modified: gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v     
2007-10-05 21:09:02 UTC (rev 6591)
+++ gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v     
2007-10-05 21:09:38 UTC (rev 6592)
@@ -158,7 +158,7 @@
    defparam    clk_fpga_pin.IOSTANDARD = "LVPECL_25";
    
    wire        exp_pps_in;
-   IBUFGDS exp_pps_in_pin (.O(exp_pps_in),.I(exp_pps_in_p),.IB(exp_pps_in_n));
+   IBUFDS exp_pps_in_pin (.O(exp_pps_in),.I(exp_pps_in_p),.IB(exp_pps_in_n));
    defparam    exp_pps_in_pin.IOSTANDARD = "LVDS_25";
    
    wire        exp_pps_out;
@@ -172,7 +172,7 @@
    
    // Handle Clocks
    DCM DCM_INST (.CLKFB(dsp_clk), 
-                 .CLKIN(clk_fpga), 
+                 .CLKIN(clk_muxed), 
                  .DSSEN(0), 
                  .PSCLK(0), 
                  .PSEN(0), 





reply via email to

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