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

Subversion Repositories dbg_interface

[/] [dbg_interface/] [tags/] [sdram_test_working/] [rtl/] [verilog/] [dbg_top.v] - Diff between revs 31 and 32

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

Rev 31 Rev 32
Line 43... Line 43...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.18  2002/02/05 12:41:01  mohor
 
// trst synchronization is not needed and was removed.
 
//
// Revision 1.17  2002/01/25 07:58:35  mohor
// Revision 1.17  2002/01/25 07:58:35  mohor
// IDCODE bug fixed, chains reused to decreas size of core. Data is shifted-in
// IDCODE bug fixed, chains reused to decreas size of core. Data is shifted-in
// not filled-in. Tested in hw.
// not filled-in. Tested in hw.
//
//
// Revision 1.16  2001/12/20 11:17:26  mohor
// Revision 1.16  2001/12/20 11:17:26  mohor
Line 349... Line 352...
/**********************************************************************************
/**********************************************************************************
*                                                                                 *
*                                                                                 *
*   Synchronizing TRST to clock signal                                            *
*   Synchronizing TRST to clock signal                                            *
*                                                                                 *
*                                                                                 *
**********************************************************************************/
**********************************************************************************/
assign trst <=#Tp ~trst_pad_i;            // trst_pad_i is active low
assign trst = ~trst_pad_i;                // trst_pad_i is active low
 
 
 
 
/**********************************************************************************
/**********************************************************************************
*                                                                                 *
*                                                                                 *
*   TAP State Machine: Fully JTAG compliant                                       *
*   TAP State Machine: Fully JTAG compliant                                       *

powered by: WebSVN 2.1.0

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