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;
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio