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

Subversion Repositories can

[/] [can/] [tags/] [rel_7/] [rtl/] [verilog/] [can_fifo.v] - Diff between revs 17 and 18

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

Rev 17 Rev 18
Line 43... Line 43...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.5  2003/01/14 17:25:09  mohor
 
// Addresses corrected to decimal values (previously hex).
 
//
// Revision 1.4  2003/01/14 12:19:35  mohor
// Revision 1.4  2003/01/14 12:19:35  mohor
// rx_fifo is now working.
// rx_fifo is now working.
//
//
// Revision 1.3  2003/01/09 21:54:45  mohor
// Revision 1.3  2003/01/09 21:54:45  mohor
// rx fifo added. Not 100 % verified, yet.
// rx fifo added. Not 100 % verified, yet.
Line 69... Line 72...
module can_fifo
module can_fifo
(
(
  clk,
  clk,
  rst,
  rst,
 
 
  rd,
 
  wr,
  wr,
 
 
  data_in,
  data_in,
  addr,
  addr,
  data_out,
  data_out,
Line 86... Line 88...
 
 
parameter Tp = 1;
parameter Tp = 1;
 
 
input         clk;
input         clk;
input         rst;
input         rst;
input         rd;
 
input         wr;
input         wr;
input   [7:0] data_in;
input   [7:0] data_in;
input   [7:0] addr;
input   [7:0] addr;
input         reset_mode;
input         reset_mode;
input         release_buffer;
input         release_buffer;

powered by: WebSVN 2.1.0

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