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

Subversion Repositories ac97

[/] [ac97/] [trunk/] [rtl/] [verilog/] [ac97_defines.v] - Diff between revs 10 and 12

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

Rev 10 Rev 12
Line 35... Line 35...
////                                                             ////
////                                                             ////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
 
 
//  CVS Log
//  CVS Log
//
//
//  $Id: ac97_defines.v,v 1.3 2002-03-05 04:44:05 rudi Exp $
//  $Id: ac97_defines.v,v 1.4 2002-03-11 03:21:22 rudi Exp $
//
//
//  $Date: 2002-03-05 04:44:05 $
//  $Date: 2002-03-11 03:21:22 $
//  $Revision: 1.3 $
//  $Revision: 1.4 $
//  $Author: rudi $
//  $Author: rudi $
//  $Locker:  $
//  $Locker:  $
//  $State: Exp $
//  $State: Exp $
//
//
// Change History:
// Change History:
//               $Log: not supported by cvs2svn $
//               $Log: not supported by cvs2svn $
 
//               Revision 1.3  2002/03/05 04:44:05  rudi
 
//
 
//               - Fixed the order of the thrash hold bits to match the spec.
 
//               - Many minor synthesis cleanup items ...
 
//
//               Revision 1.2  2001/08/10 08:09:42  rudi
//               Revision 1.2  2001/08/10 08:09:42  rudi
//
//
//               - Removed RTY_O output.
//               - Removed RTY_O output.
//               - Added Clock and Reset Inputs to documentation.
//               - Added Clock and Reset Inputs to documentation.
//               - Changed IO names to be more clear.
//               - Changed IO names to be more clear.
Line 132... Line 137...
// This value defines how many WISHBONE cycles must pass without
// This value defines how many WISHBONE cycles must pass without
// any change on the bit clock input before we signal "suspended".
// any change on the bit clock input before we signal "suspended".
// For a 200 MHz WISHBONE clock this would be about (163/5) 33 cycles.
// For a 200 MHz WISHBONE clock this would be about (163/5) 33 cycles.
`define AC97_SUSP_DET   6'h21
`define AC97_SUSP_DET   6'h21
 
 
 
/////////////////////////////////////////////////////////////////////
 
//
 
// Select FIFO Depth. For most applications a FIFO depth of 4 should
 
// be sufficient. For systems with slow interrupt processing or slow
 
// DMA response or systems with low internal bus bandwidth you might
 
// want to increase the FIFO sizes to reduce the interrupt/DMA service
 
// request frequencies.
 
// Service request frequency can be calculated as follows:
 
// Channel bandwidth / FIFO size = Service Request Frequency
 
// For Example: 48KHz / 4 = 12 kHz
 
//
 
// Select Input FIFO depth by uncommenting ONE of the following define
 
// statements:
 
`define AC97_IN_FIFO_DEPTH_4
 
//`define AC97_IN_FIFO_DEPTH_8
 
//`define AC97_IN_FIFO_DEPTH_16
 
//
 
// Select Output FIFO depth by uncommenting ONE of the following define
 
// statements:
 
`define AC97_OUT_FIFO_DEPTH_4
 
//`define AC97_OUT_FIFO_DEPTH_8
 
//`define AC97_OUT_FIFO_DEPTH_16
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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