OpenCores
URL https://opencores.org/ocsvn/turbo8051/turbo8051/trunk

Subversion Repositories turbo8051

[/] [turbo8051/] [trunk/] [rtl/] [gmac/] [top/] [g_mac_top.v] - Diff between revs 36 and 39

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 36 Rev 39
Line 53... Line 53...
                    rx_reset_n,
                    rx_reset_n,
                    reset_mdio_clk_n,
                    reset_mdio_clk_n,
                    app_reset_n,
                    app_reset_n,
 
 
                    app_clk,
                    app_clk,
                    app_send_pause_i,
 
                    app_send_pause_active_o,
 
                    app_send_jam_i,
 
 
 
                    // Application RX FIFO Interface
                    // Application RX FIFO Interface
                    app_txfifo_wren_i,
                    app_txfifo_wren_i,
                    app_txfifo_wrdata_i,
                    app_txfifo_wrdata_i,
                    app_txfifo_full_o,
                    app_txfifo_full_o,
Line 131... Line 128...
 
 
//-----------------------------------------------------------------------
//-----------------------------------------------------------------------
// Application Clock Related Declaration
// Application Clock Related Declaration
//-----------------------------------------------------------------------
//-----------------------------------------------------------------------
input                    app_clk;
input                    app_clk;
input                    app_send_pause_i;
 
output                   app_send_pause_active_o;
 
input                    app_send_jam_i;
 
 
 
 
 
// Application RX FIFO Interface
// Application RX FIFO Interface
input                    app_txfifo_wren_i;
input                    app_txfifo_wren_i;
input  [8:0]             app_txfifo_wrdata_i;
input  [8:0]             app_txfifo_wrdata_i;
Line 261... Line 255...
                     // Outputs
                     // Outputs
                     . reg_rdata             (reg_rdata),
                     . reg_rdata             (reg_rdata),
                     . reg_ack               (reg_ack),
                     . reg_ack               (reg_ack),
 
 
                    .app_clk                 (app_clk) ,
                    .app_clk                 (app_clk) ,
                    .app_send_pause_i        (app_send_pause_i) ,
 
                    .app_send_pause_active_o (app_send_pause_active_o) ,
 
                    .app_send_jam_i          (app_send_jam_i) ,
 
 
 
                    // Conntrol Bus Sync with Application Clock
                    // Conntrol Bus Sync with Application Clock
 
 
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.