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

Subversion Repositories can

[/] [can/] [trunk/] [rtl/] [verilog/] [can_fifo.v] - Diff between revs 73 and 85

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

Rev 73 Rev 85
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.15  2003/06/11 09:37:05  mohor
 
// overrun and length_info fifos are initialized at the end of reset.
 
//
// Revision 1.14  2003/03/05 15:02:30  mohor
// Revision 1.14  2003/03/05 15:02:30  mohor
// Xilinx RAM added.
// Xilinx RAM added.
//
//
// Revision 1.13  2003/03/01 22:53:33  mohor
// Revision 1.13  2003/03/01 22:53:33  mohor
// Actel APA ram supported.
// Actel APA ram supported.
Line 472... Line 475...
 
 
 
 
  // writing length_fifo
  // writing length_fifo
  always @ (posedge clk)
  always @ (posedge clk)
  begin
  begin
    if (write_length_info & (~info_full) | initialize_memories))
    if (write_length_info & (~info_full) | initialize_memories)
      length_fifo[wr_info_pointer] <=#Tp len_cnt & {4{~initialize_memories}};
      length_fifo[wr_info_pointer] <=#Tp len_cnt & {4{~initialize_memories}};
  end
  end
 
 
 
 
  // reading length_fifo
  // reading length_fifo

powered by: WebSVN 2.1.0

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