commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6892 - gnuradio/branches/developers/matt/u2f/top/u2_fpga
Date: Tue, 13 Nov 2007 23:17:53 -0700 (MST)

Author: matt
Date: 2007-11-13 23:17:52 -0700 (Tue, 13 Nov 2007)
New Revision: 6892

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v
Log:
added in uart 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-11-14 06:15:15 UTC (rev 6891)
+++ gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v     
2007-11-14 06:17:52 UTC (rev 6892)
@@ -320,6 +320,9 @@
                     .sen_rx_dac        (sen_rx_dac),
                     .io_tx             (io_tx[15:0]),
                     .io_rx             (io_rx[15:0]),
+                    .uart_tx_o         (uart_tx_o),
+                    .uart_rx_i         (uart_rx_i),
+                    .uart_baud_o       (uart_baud_o),
                     .sim_mode          (1'b0)
                     );
    





reply via email to

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