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

Subversion Repositories ethmac

[/] [ethmac/] [trunk/] [rtl/] [verilog/] [eth_macstatus.v] - Diff between revs 325 and 333

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

Rev 325 Rev 333
Line 39... Line 39...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.16  2005/02/21 10:42:11  igorm
 
// Defer indication fixed.
 
//
// Revision 1.15  2003/01/30 13:28:19  tadejm
// Revision 1.15  2003/01/30 13:28:19  tadejm
// Defer indication changed.
// Defer indication changed.
//
//
// Revision 1.14  2002/11/22 01:57:06  mohor
// Revision 1.14  2002/11/22 01:57:06  mohor
// Rx Flow control fixed. CF flag added to the RX buffer descriptor. RxAbort
// Rx Flow control fixed. CF flag added to the RX buffer descriptor. RxAbort
Line 370... Line 373...
 
 
// Latched Retransmission limit
// Latched Retransmission limit
always @ (posedge MTxClk or posedge Reset)
always @ (posedge MTxClk or posedge Reset)
begin
begin
  if(Reset)
  if(Reset)
    RetryLimit <=#Tp 4'h0;
    RetryLimit <=#Tp 1'h0;
  else
  else
  if(StartTxDone | StartTxAbort)
  if(StartTxDone | StartTxAbort)
    RetryLimit <=#Tp MaxCollisionOccured;
    RetryLimit <=#Tp MaxCollisionOccured;
end
end
 
 

powered by: WebSVN 2.1.0

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