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

Subversion Repositories ethmac

[/] [ethmac/] [trunk/] [bench/] [verilog/] [tb_ethernet.v] - Diff between revs 223 and 227

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

Rev 223 Rev 227
Line 40... Line 40...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.17  2002/10/18 13:58:22  tadejm
 
// Some code changed due to bug fixes.
 
//
// Revision 1.16  2002/10/09 13:16:51  tadejm
// Revision 1.16  2002/10/09 13:16:51  tadejm
// Just back-up; not completed testbench and some testcases are not
// Just back-up; not completed testbench and some testcases are not
// wotking properly yet.
// wotking properly yet.
//
//
// Revision 1.15  2002/09/20 14:29:12  tadej
// Revision 1.15  2002/09/20 14:29:12  tadej
Line 164... Line 167...
 
 
  // MIIM
  // MIIM
  .mdc_pad_o(Mdc_O), .md_pad_i(Mdi_I), .md_pad_o(Mdo_O), .md_padoe_o(Mdo_OE),
  .mdc_pad_o(Mdc_O), .md_pad_i(Mdi_I), .md_pad_o(Mdo_O), .md_padoe_o(Mdo_OE),
 
 
  .int_o(wb_int)
  .int_o(wb_int)
 
 
 
  // Bist
 
`ifdef ETH_BIST
 
  ,
 
  .scanb_rst      (1'b0),
 
  .scanb_clk      (1'b0),
 
  .scanb_si       (1'b0),
 
  .scanb_so       (),
 
  .scanb_en       (1'b0)
 
`endif
);
);
 
 
 
 
 
 
// Connecting Ethernet PHY Module
// Connecting Ethernet PHY Module

powered by: WebSVN 2.1.0

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