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

Subversion Repositories adv_debug_sys

[/] [adv_debug_sys/] [trunk/] [Hardware/] [adv_dbg_if/] [rtl/] [verilog/] [adbg_defines.v] - Diff between revs 32 and 42

Show entire file | Details | Blame | View Log

Rev 32 Rev 42
Line 34... Line 34...
//// You should have received a copy of the GNU Lesser General    ////
//// You should have received a copy of the GNU Lesser General    ////
//// Public License along with this source; if not, download it   ////
//// Public License along with this source; if not, download it   ////
//// from http://www.opencores.org/lgpl.shtml                     ////
//// from http://www.opencores.org/lgpl.shtml                     ////
////                                                              ////
////                                                              ////
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
 
// CVS Revision History
 
//
 
// $Log: adbg_defines.v,v $
 
// Revision 1.4  2010-01-14 02:03:40  Nathan
 
// Make hi-speed mode the default
 
//
 
// Revision 1.3  2010-01-10 22:53:48  Nathan
 
// Added define for hi-speed mode
 
//
 
// Revision 1.2  2009/05/17 20:54:56  Nathan
 
// Changed email address to opencores.org
 
//
 
// Revision 1.1  2008/07/22 20:28:30  Nathan
 
// Changed names of all files and modules (prefixed an a, for advanced).  Cleanup, indenting.  No functional changes.
 
//
 
// Revision 1.5  2008/07/06 20:02:53  Nathan
 
// Fixes for synthesis with Xilinx ISE (also synthesizable with 
 
// Quartus II 7.0).  Ran through dos2unix.
 
//
 
// Revision 1.4  2008/06/30 20:09:20  Nathan
 
// Removed code to select top-level module as active (it served no 
 
// purpose).  Re-numbered modules, requiring changes to testbench and software driver.
 
//
 
 
 
// Length of the MODULE ID register
// Length of the MODULE ID register
`define DBG_TOP_MODULE_ID_LENGTH        2
`define DBG_TOP_MODULE_ID_LENGTH        2
 
 
// How many modules can be supported by the module id length
// How many modules can be supported by the module id length
Line 69... Line 46...
 
 
// Chains
// Chains
`define DBG_TOP_WISHBONE_DEBUG_MODULE  2'h0
`define DBG_TOP_WISHBONE_DEBUG_MODULE  2'h0
`define DBG_TOP_CPU0_DEBUG_MODULE      2'h1
`define DBG_TOP_CPU0_DEBUG_MODULE      2'h1
`define DBG_TOP_CPU1_DEBUG_MODULE      2'h2
`define DBG_TOP_CPU1_DEBUG_MODULE      2'h2
 
`define DBG_TOP_JSP_DEBUG_MODULE       2'h3
 
 
// Length of data
// Length of data
`define DBG_TOP_MODULE_DATA_LEN  53
`define DBG_TOP_MODULE_DATA_LEN  53
 
 
 
 
// If WISHBONE sub-module is supported uncomment the folowing line
// If WISHBONE sub-module is supported uncomment the following line
`define DBG_WISHBONE_SUPPORTED
`define DBG_WISHBONE_SUPPORTED
 
 
// If CPU_0 sub-module is supported uncomment the folowing line
// If CPU_0 sub-module is supported uncomment the following line
`define DBG_CPU0_SUPPORTED
`define DBG_CPU0_SUPPORTED
 
 
// If CPU_1 sub-module is supported uncomment the folowing line
// If CPU_1 sub-module is supported uncomment the following line
//`define DBG_CPU1_SUPPORTED
//`define DBG_CPU1_SUPPORTED
 
 
 
// To include the JTAG Serial Port (JSP), uncomment the following line
 
`define DBG_JSP_SUPPORTED
 
 
 
// Define this if you intend to use the JSP in a system with multiple
 
// devices on the JTAG chain
 
`define ADBG_JSP_SUPPORT_MULTI
 
 
// If this is defined, status bits will be skipped on burst
// If this is defined, status bits will be skipped on burst
// writes to improve download speeds.
// reads and writes to improve download speeds.
`define ADBG_USE_HISPEED
`define ADBG_USE_HISPEED
 
 
 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.