commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r5074 - gnuradio/branches/developers/matt/u2f/top/u2_fpga
Date: Sun, 22 Apr 2007 16:39:48 -0600 (MDT)

Author: matt
Date: 2007-04-22 16:39:47 -0600 (Sun, 22 Apr 2007)
New Revision: 5074

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v
Log:
proper hookups of a couple lines


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-04-22 22:38:10 UTC (rev 5073)
+++ gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v     
2007-04-22 22:39:47 UTC (rev 5074)
@@ -118,7 +118,7 @@
    // Generic SPI
    output sclk,
    output sen_clk,
-   input sen_dac,
+   output sen_dac,
    output sdi,
    input sdo,
    
@@ -176,7 +176,9 @@
    assign      SCL_force = 1'b0;
    assign      SDA_force = 1'b0;
 
+   
    // LEDs are active low outputs
+   wire        led1_int, led2_int;
    assign      led1 = ~led1_int;
    assign      led2 = ~led2_int;
    





reply via email to

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