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

Subversion Repositories igor

[/] [igor/] [trunk/] [simulator/] [debug.h] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 atypic
#ifndef DEBUG_H_
2
#define DEBUG_H_
3
 
4
#include "hash.h"
5
 
6
struct di_const {
7
        char *group, *name;
8
};
9
 
10
struct debuginfo {
11
        hash_t *constants;
12
} *debuginfo;
13
 
14
int debug_init(const char *);
15
void debug_show(unsigned int);
16
void debug_show_filter(unsigned int, const char *);
17
struct di_const *debug_get1(unsigned int);
18
struct di_const *debug_get1_filter(unsigned int, const char *);
19
unsigned int debug_get_key(const char *, const char *);
20
 
21
#endif /* DEBUG_H_ */

powered by: WebSVN 2.1.0

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