commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6506 - gnuradio/branches/developers/matt/u2f/top/u2_b


From: matt
Subject: [Commit-gnuradio] r6506 - gnuradio/branches/developers/matt/u2f/top/u2_basic
Date: Sat, 22 Sep 2007 17:29:01 -0600 (MDT)

Author: matt
Date: 2007-09-22 17:29:01 -0600 (Sat, 22 Sep 2007)
New Revision: 6506

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v
Log:
renamed port


Modified: gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v       
2007-09-22 23:27:44 UTC (rev 6505)
+++ gnuradio/branches/developers/matt/u2f/top/u2_basic/u2_basic.v       
2007-09-22 23:29:01 UTC (rev 6506)
@@ -408,7 +408,7 @@
      (.clk(dsp_clk),.rst(dsp_rst),
       .Rx_mac_ra(Rx_mac_ra),.Rx_mac_rd(Rx_mac_rd),.Rx_mac_data(Rx_mac_data),
       .Rx_mac_BE(Rx_mac_BE),.Rx_mac_pa(Rx_mac_pa),.Rx_mac_sop(Rx_mac_sop),
-      .Rx_mac_eop(Rx_mac_eop),.Rx_mac_error(Rx_mac_err),
+      .Rx_mac_eop(Rx_mac_eop),.Rx_mac_err(Rx_mac_err),
       .wr_dat_o(wr2_dat),.wr_write_o(wr2_write),.wr_done_o(wr2_done),
       .wr_error_o(wr2_error),.wr_ready_i(wr2_ready),.wr_full_i(wr2_full) );
 
@@ -481,6 +481,7 @@
 
    // 
///////////////////////////////////////////////////////////////////////////////////
    // SERDES
+
    serdes_tx serdes_tx
      (.clk(dsp_clk),.rst(dsp_rst),
       
.ser_tx_clk(ser_tx_clk),.ser_t(ser_t),.ser_tklsb(ser_tklsb),.ser_tkmsb(ser_tkmsb),
@@ -495,7 +496,7 @@
       .wr_ready_i(wr0_ready),.wr_full_i(wr0_full)
       );
    
-   
+  
    // 
/////////////////////////////////////////////////////////////////////////////////////////
    // Debug Pins
    wire [31:0] 
debug1={{1'b0,ram_loader_done,clock_ready,dsp_clk,wb_clk,ram_loader_rst,wb_rst,dsp_rst},





reply via email to

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