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

Subversion Repositories ethernet_tri_mode

[/] [ethernet_tri_mode/] [trunk/] [bench/] [verilog/] [User_int_sim.v] - Diff between revs 7 and 23

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

Rev 7 Rev 23
Line 37... Line 37...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//                                                                    
//                                                                    
// CVS Revision History                                               
// CVS Revision History                                               
//                                                                    
//                                                                    
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.2  2006/01/19 14:07:50  maverickist
 
// verification is complete.
 
//
// Revision 1.2  2005/12/13 12:15:35  Administrator
// Revision 1.2  2005/12/13 12:15:35  Administrator
// no message
// no message
//
//
// Revision 1.1.1.1  2005/12/13 01:51:44  Administrator
// Revision 1.1.1.1  2005/12/13 01:51:44  Administrator
// no message
// no message
// 
// 
module User_int_sim (
module User_int_sim (
input                   Reset                                   ,
Reset                           ,
input                   Clk_user                                ,
Clk_user                                ,
input           CPU_init_end            ,
CPU_init_end            ,
 
//user inputerface      ,
 
Rx_mac_ra                               ,
 
Rx_mac_rd                               ,
 
Rx_mac_data                             ,
 
Rx_mac_BE                               ,
 
Rx_mac_pa                               ,
 
Rx_mac_sop                              ,
 
Rx_mac_eop                              ,
 
//user inputerface      ,
 
Tx_mac_wa                       ,
 
Tx_mac_wr                       ,
 
Tx_mac_data                     ,
 
Tx_mac_BE                               ,
 
Tx_mac_sop                      ,
 
Tx_mac_eop
 
 
 
);
 
input                   Reset                                   ;
 
input                   Clk_user                                ;
 
input           CPU_init_end            ;
                                //user inputerface 
                                //user inputerface 
input                   Rx_mac_ra                               ,
input                   Rx_mac_ra                               ;
output                  Rx_mac_rd                               ,
output                  Rx_mac_rd                               ;
input   [31:0]   Rx_mac_data                             ,
input   [31:0]   Rx_mac_data                             ;
input   [1:0]    Rx_mac_BE                               ,
input   [1:0]    Rx_mac_BE                               ;
input                   Rx_mac_pa                               ,
input                   Rx_mac_pa                               ;
input                   Rx_mac_sop                              ,
input                   Rx_mac_sop                              ;
input                   Rx_mac_eop                              ,
input                   Rx_mac_eop                              ;
                                //user inputerface 
                                //user inputerface 
input                   Tx_mac_wa                       ,
input                   Tx_mac_wa                       ;
output                  Tx_mac_wr                       ,
output                  Tx_mac_wr                       ;
output  [31:0]   Tx_mac_data                     ,
output  [31:0]   Tx_mac_data                     ;
output  [1:0]    Tx_mac_BE                               ,//big endian
output  [1:0]    Tx_mac_BE                               ;//big endian
output                  Tx_mac_sop                      ,
output                  Tx_mac_sop                      ;
output                  Tx_mac_eop
output                  Tx_mac_eop                              ;
);
 
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
// inputernal signals
// inputernal signals
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
reg[4:0]         operation;
reg[4:0]         operation;
reg[31:0]                data;
reg[31:0]                data;

powered by: WebSVN 2.1.0

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