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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_61/] [or1ksim/] [debug/] [debug_unit.h] - Diff between revs 1244 and 1308

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

Rev 1244 Rev 1308
Line 95... Line 95...
void set_stall_state (int state);
void set_stall_state (int state);
 
 
/* Whether debug unit should ignore exception */
/* Whether debug unit should ignore exception */
int debug_ignore_exception (unsigned long except);
int debug_ignore_exception (unsigned long except);
 
 
 
/* Gets development interface register */
 
int get_devint_reg(unsigned int addr, unsigned long *data);
 
 
 
/* Sets development interface register */
 
int set_devint_reg(unsigned int addr, unsigned long data);
 
 
 
/* Reads from bus address */
 
int debug_get_mem(unsigned int address, unsigned long *data);
 
 
 
/* Writes to bus address */
 
int debug_set_mem(unsigned int address, unsigned long data);
 
 
 
int DebugGetRegister(unsigned int address, unsigned long *data);
 
 
 
int DebugSetRegister(unsigned int address, unsigned long data);
 
 
 
int DebugSetChain(int chain);
 
 
#ifdef DEBUGMOD_OFF
#ifdef DEBUGMOD_OFF
#define CheckDebugUnit(x,y) 0
#define CheckDebugUnit(x,y) 0
 
#else
 
int CheckDebugUnit(DebugUnitAction, unsigned long);
#endif
#endif
 
 
 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.