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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [cuc/] [cuc.h] - Diff between revs 953 and 997

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

Rev 953 Rev 997
Line 93... Line 93...
# define MAX(x,y)          ((x) > (y) ? (x) : (y))
# define MAX(x,y)          ((x) > (y) ? (x) : (y))
#endif
#endif
 
 
#define log(x...)       fprintf (flog, x)
#define log(x...)       fprintf (flog, x)
 
 
#define cucdebug(x,s...) {if ((x) <= cuc_debug) printf (s);}
#define cucdebug(x,s...) {if ((x) <= cuc_debug) PRINTF (s);}
 
 
#define CUC_WIDTH_ITERATIONS  256
#define CUC_WIDTH_ITERATIONS  256
 
 
/* Options */
/* Options */
/* Whether we are debugging cuc (0-9) */
/* Whether we are debugging cuc (0-9) */

powered by: WebSVN 2.1.0

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