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

Subversion Repositories ethmac

[/] [ethmac/] [tags/] [rel_7/] [rtl/] [verilog/] [eth_macstatus.v] - Diff between revs 64 and 70

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

Rev 64 Rev 70
Line 39... Line 39...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.7  2002/02/15 17:07:39  mohor
 
// Status was not written correctly when frames were discarted because of
 
// address mismatch.
 
//
// Revision 1.6  2002/02/11 09:18:21  mohor
// Revision 1.6  2002/02/11 09:18:21  mohor
// Tx status is written back to the BD.
// Tx status is written back to the BD.
//
//
// Revision 1.5  2002/02/08 16:21:54  mohor
// Revision 1.5  2002/02/08 16:21:54  mohor
// Rx status is written back to the BD.
// Rx status is written back to the BD.
Line 306... Line 310...
    DribbleNibble <=#Tp 1'b1;
    DribbleNibble <=#Tp 1'b1;
end
end
 
 
 
 
reg ReceivedPacketTooBig;
reg ReceivedPacketTooBig;
assign ReceivedLengthOK = RxByteCnt[15:0] > 63 & RxByteCnt[15:0] < 1519;
 
always @ (posedge MRxClk or posedge Reset)
always @ (posedge MRxClk or posedge Reset)
begin
begin
  if(Reset)
  if(Reset)
    ReceivedPacketTooBig <=#Tp 1'b0;
    ReceivedPacketTooBig <=#Tp 1'b0;
  else
  else

powered by: WebSVN 2.1.0

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