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

Subversion Repositories ethernet_tri_mode

[/] [ethernet_tri_mode/] [trunk/] [bench/] [verilog/] [tb_top.v] - Diff between revs 7 and 28

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

Rev 7 Rev 28
Line 38... Line 38...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//                                                                    
//                                                                    
// CVS Revision History                                               
// CVS Revision History                                               
//                                                                    
//                                                                    
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.3  2006/01/19 14:07:51  maverickist
 
// verification is complete.
 
//
// Revision 1.2  2005/12/16 06:44:13  Administrator
// Revision 1.2  2005/12/16 06:44:13  Administrator
// replaced tab with space.
// replaced tab with space.
// passed 9.6k length frame test.
// passed 9.6k length frame test.
//
//
// Revision 1.1.1.1  2005/12/13 01:51:44  Administrator
// Revision 1.1.1.1  2005/12/13 01:51:44  Administrator
Line 93... Line 96...
wire    [7:0]   CA                      ;
wire    [7:0]   CA                      ;
                                //Phy int host interface     
                                //Phy int host interface     
wire                    Line_loop_en                    ;
wire                    Line_loop_en                    ;
wire    [2:0]    Speed                                   ;
wire    [2:0]    Speed                                   ;
                                //mii
                                //mii
wire            Mdio                    ;// MII Management Data In
wire            Mdo                         ;// MII Management Data out
 
wire            Mdi                         ;// MII Management Data In
 
wire            MdoEn                   ;// MII Management Data out enable
wire            Mdc                             ;// MII Management Data Clock   
wire            Mdc                             ;// MII Management Data Clock   
wire            CPU_init_end            ;
wire            CPU_init_end            ;
//******************************************************************************
//******************************************************************************
//internal signals                                                              
//internal signals                                                              
//******************************************************************************
//******************************************************************************
Line 173... Line 178...
.WRB                            (WRB                        ),
.WRB                            (WRB                        ),
.CD_in                          (CD_in                      ),
.CD_in                          (CD_in                      ),
.CD_out                         (CD_out                     ),
.CD_out                         (CD_out                     ),
.CA                             (CA                         ),
.CA                             (CA                         ),
 //MII interface signals        (//MII interface signals    ),
 //MII interface signals        (//MII interface signals    ),
.Mdio                           (Mdio                       ),
.Mdi                            (Mdi                        ),
 
.Mdo                            (Mdo                        ),
 
.MdoEn                          (MdoEn                      ),
.Mdc                                (Mdc                                )
.Mdc                                (Mdc                                )
);
);
 
 
Phy_sim U_Phy_sim (
Phy_sim U_Phy_sim (
.Gtx_clk                                                (Gtx_clk                                ),
.Gtx_clk                                                (Gtx_clk                                ),

powered by: WebSVN 2.1.0

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