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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_00/] [rtl/] [verilog/] [delayed_sync.v] - Diff between revs 21 and 33

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

Rev 21 Rev 33
Line 40... Line 40...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.3  2002/02/01 15:25:12  mihad
 
// Repaired a few bugs, updated specification, added test bench files and design document
 
//
// Revision 1.2  2001/10/05 08:14:28  mihad
// Revision 1.2  2001/10/05 08:14:28  mihad
// Updated all files with inclusion of timescale file for simulation purposes.
// Updated all files with inclusion of timescale file for simulation purposes.
//
//
// Revision 1.1.1.1  2001/10/02 15:33:46  mihad
// Revision 1.1.1.1  2001/10/02 15:33:46  mihad
// New project directory structure
// New project directory structure
Line 392... Line 395...
        req_rty_exp_clr <= #`FF_DELAY req_rty_exp_reg ;
        req_rty_exp_clr <= #`FF_DELAY req_rty_exp_reg ;
end
end
 
 
synchronizer_flop rty_exp_back_prop_sync
synchronizer_flop rty_exp_back_prop_sync
(
(
    .data_in        (req_rty_exp_reg),
    .data_in        (req_rty_exp_reg && req_rty_exp_clr),
    .clk_out        (comp_clk_in),
    .clk_out        (comp_clk_in),
    .sync_data_out  (sync_comp_rty_exp_clr),
    .sync_data_out  (sync_comp_rty_exp_clr),
    .async_reset    (reset_in)
    .async_reset    (reset_in)
) ;
) ;
 
 

powered by: WebSVN 2.1.0

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