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

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [demos/] [nxscribble/] [zdebug.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 673 markom
/***********************************************************************
2
 
3
zdebug.h - macros for debugging
4
 
5
Copyright (C) 1991 Dean Rubine
6
 
7
This program is free software; you can redistribute it and/or modify
8
it under the terms of the GNU General Public License. See ../COPYING for
9
the full agreement.
10
 
11
**********************************************************************/
12
 
13
extern char _zdebug_flag[];
14
 
15
#define Z(f) if(_zdebug_flag[f] > 0)
16
#define ZZ(f) if(_zdebug_flag[f] >= 2)
17
#define ZZZ(f) if(_zdebug_flag[f] >= 3)
18
#define ZZZZ(f) if(_zdebug_flag[f] >= 4)
19
 
20
extern double kludge[];

powered by: WebSVN 2.1.0

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