commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5075 - gnuradio/branches/developers/matt/u2f/top/safe


From: matt
Subject: [Commit-gnuradio] r5075 - gnuradio/branches/developers/matt/u2f/top/safe_bringup
Date: Sun, 22 Apr 2007 16:41:46 -0600 (MDT)

Author: matt
Date: 2007-04-22 16:41:46 -0600 (Sun, 22 Apr 2007)
New Revision: 5075

Modified:
   gnuradio/branches/developers/matt/u2f/top/safe_bringup/safe_bringup.ise
   gnuradio/branches/developers/matt/u2f/top/safe_bringup/safe_bringup.v
Log:
integration


Modified: 
gnuradio/branches/developers/matt/u2f/top/safe_bringup/safe_bringup.ise
===================================================================
(Binary files differ)

Modified: gnuradio/branches/developers/matt/u2f/top/safe_bringup/safe_bringup.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/safe_bringup/safe_bringup.v       
2007-04-22 22:39:47 UTC (rev 5074)
+++ gnuradio/branches/developers/matt/u2f/top/safe_bringup/safe_bringup.v       
2007-04-22 22:41:46 UTC (rev 5075)
@@ -159,41 +159,41 @@
 
    input [15:0] io_rx
    );
-
-       wire clk_fpga;
-       IBUFGDS clk_fpga_pin (.O(clk_fpga),.I(clk_fpga_p),.IB(clk_fpga_n));
-       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));
-       defparam exp_pps_in_pin.IOSTANDARD = "LVDS_25";
-
-       wire exp_pps_out;
-       OBUFDS exp_pps_out_pin 
(.O(exp_pps_out_p),.OB(exp_pps_out_n),.I(exp_pps_out));
-       defparam exp_pps_out_pin.IOSTANDARD = "LVDS_25";
-       // defparam exp_pps_out_pin.DRIVE = 12;   // FIXME  These seem to give 
errors...
-       // defparam exp_pps_out_pin.SLEW = "SLOW";
-
-       wire reset;
-       reg [31:0] rst_ctr;
-       
-       wire    aux_clk = spi_cpld_clk;
-       assign reset = rst_ctr[29];
-       
-       always @(posedge aux_clk)
-               rst_ctr <= rst_ctr + 32'd1;
-               
    
-   reg [23:0] counter;
-       always @(posedge aux_clk)
-               counter <= #1 counter + 24'd1;
-
-       assign debug = {clk_status, reset, sen_clk, sclk, sdi, sdo};
-       assign led1 = counter[23];
-       assign led2 = 1'b0;
-       assign debug_clk[0] = aux_clk;
-       assign debug_clk[1] = clk_fpga; 
+   wire        clk_fpga;
+   IBUFGDS clk_fpga_pin (.O(clk_fpga),.I(clk_fpga_p),.IB(clk_fpga_n));
+   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));
+   defparam    exp_pps_in_pin.IOSTANDARD = "LVDS_25";
+   
+   wire        exp_pps_out;
+   OBUFDS exp_pps_out_pin 
(.O(exp_pps_out_p),.OB(exp_pps_out_n),.I(exp_pps_out));
+   defparam    exp_pps_out_pin.IOSTANDARD = "LVDS_25";
+   // defparam exp_pps_out_pin.DRIVE = 12;   // FIXME  These seem to give 
errors...
+               // defparam exp_pps_out_pin.SLEW = "SLOW";
+   
+   wire        reset;
+   reg [31:0]  rst_ctr;
+   
+   wire        aux_clk = spi_cpld_clk;
+   assign      reset = rst_ctr[29];
+   
+   always @(posedge aux_clk)
+     rst_ctr <= rst_ctr + 32'd1;
+   
+   
+   reg [23:0]  counter;
+   always @(posedge aux_clk)
+     counter <= #1 counter + 24'd1;
+   
+   assign      debug = {clk_status, reset, sen_clk, sclk, sdi, sdo};
+   assign      led1 = counter[23];
+   assign      led2 = 1'b0;
+   assign      debug_clk[0] = aux_clk;
+   assign      debug_clk[1] = clk_fpga;        
+   
    /*
     clock_control clock_control 
      (.reset(reset),
@@ -225,5 +225,7 @@
       .wb_we_i(),.wb_stb_i(),.wb_cyc_i(),.wb_ack_o(),.wb_err_o(),.wb_int_o(),
       .ss_pad_o(),.sclk_pad_o(),.mosi_pad_o(),.miso_pad_i() );
    */
-endmodule // u2_basic
+   
+endmodule // safe_bringup
 
+





reply via email to

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