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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [cuc/] [cuc.h] - Diff between revs 1062 and 1098

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

Rev 1062 Rev 1098
Line 90... Line 90...
 
 
#ifndef MAX
#ifndef MAX
# 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); fflush (flog); }
 
 
#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
 
 

powered by: WebSVN 2.1.0

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