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

Subversion Repositories igor

[/] [igor/] [trunk/] [simulator/] [debug.h] - Rev 4

Compare with Previous | Blame | View Log

#ifndef DEBUG_H_
#define DEBUG_H_
 
#include "hash.h"
 
struct di_const {
	char *group, *name;
};
 
struct debuginfo {
	hash_t *constants;
} *debuginfo;
 
int debug_init(const char *);
void debug_show(unsigned int);
void debug_show_filter(unsigned int, const char *);
struct di_const *debug_get1(unsigned int);
struct di_const *debug_get1_filter(unsigned int, const char *);
unsigned int debug_get_key(const char *, const char *);
 
#endif /* DEBUG_H_ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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