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

Subversion Repositories ethmac

[/] [ethmac/] [trunk/] [rtl/] [verilog/] [eth_rxethmac.v] - Diff between revs 261 and 317

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

Rev 261 Rev 317
Line 41... Line 41...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.10  2002/11/22 01:57:06  mohor
 
// Rx Flow control fixed. CF flag added to the RX buffer descriptor. RxAbort
 
// synchronized.
 
//
// Revision 1.9  2002/11/19 17:35:35  mohor
// Revision 1.9  2002/11/19 17:35:35  mohor
// AddressMiss status is connecting to the Rx BD. AddressMiss is identifying
// AddressMiss status is connecting to the Rx BD. AddressMiss is identifying
// that a frame was received because of the promiscous mode.
// that a frame was received because of the promiscous mode.
//
//
// Revision 1.8  2002/02/16 07:15:27  mohor
// Revision 1.8  2002/02/16 07:15:27  mohor
Line 299... Line 303...
begin
begin
  if(Reset)
  if(Reset)
    Multicast <= #Tp 1'b0;
    Multicast <= #Tp 1'b0;
  else
  else
    begin
    begin
      if(Reset)
      if(StateData[0] & ByteCntEq1 & LatchedByte[0])
        Multicast <= #Tp 1'b0;
 
      else
 
      if(StateData[0] & ByteCntEq1 & LatchedByte == 8'h01)
 
        Multicast <= #Tp 1'b1;
        Multicast <= #Tp 1'b1;
    else if(RxAbort | RxEndFrm)
    else if(RxAbort | RxEndFrm)
      Multicast <= #Tp 1'b0;
      Multicast <= #Tp 1'b0;
    end
    end
end
end

powered by: WebSVN 2.1.0

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