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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_3/] [rtl/] [verilog/] [synchronizer_flop.v] - Diff between revs 6 and 21

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

Rev 6 Rev 21
Line 1... Line 1...
//===========================================================================
//===========================================================================
// $Id: synchronizer_flop.v,v 1.2 2001-10-05 08:14:30 mihad Exp $
// $Id: synchronizer_flop.v,v 1.3 2002-02-01 15:25:13 mihad Exp $
//
//
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
////                                                              ////
////                                                              ////
//// synchronizer_flop                                            ////
//// synchronizer_flop                                            ////
////                                                              ////
////                                                              ////
Line 60... Line 60...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.2  2001/10/05 08:14:30  mihad
 
// Updated all files with inclusion of timescale file for simulation purposes.
 
//
// Revision 1.1.1.1  2001/10/02 15:33:47  mihad
// Revision 1.1.1.1  2001/10/02 15:33:47  mihad
// New project directory structure
// New project directory structure
//
//
// Revision 1.5  2001/09/26 21:51:00  Tadej Markovic
// Revision 1.5  2001/09/26 21:51:00  Tadej Markovic
//   Added parameter 'width', if module is used for e.g. bus
//   Added parameter 'width', if module is used for e.g. bus
Line 80... Line 83...
// Revision 1.1  2001/09/02 11:32:03  Blue Beaver
// Revision 1.1  2001/09/02 11:32:03  Blue Beaver
// no message
// no message
//
//
//
//
 
 
 
// synopsys translate_off
`include "timescale.v"
`include "timescale.v"
 
// synopsys translate_on
 
 
// If the vendor has a flop which is particularly good at settling out of
// If the vendor has a flop which is particularly good at settling out of
//   metastability, it should be used here.
//   metastability, it should be used here.
module synchronizer_flop (
module synchronizer_flop (
  data_in, clk_out, sync_data_out, async_reset
  data_in, clk_out, sync_data_out, async_reset

powered by: WebSVN 2.1.0

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