URL
https://opencores.org/ocsvn/csa/csa/trunk
[/] [csa/] [trunk/] [sw_sim/] [misc.h] - Diff between revs 34 and 40
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 34 |
Rev 40 |
Line 31... |
Line 31... |
do{ \
|
do{ \
|
int i; \
|
int i; \
|
fprintf(stderr,"%s:\n",#a); \
|
fprintf(stderr,"%s:\n",#a); \
|
for(i=n-1;i>=0;i--) \
|
for(i=n-1;i>=0;i--) \
|
{ \
|
{ \
|
fprintf(stderr,"%x ",(a)[i]);\
|
fprintf(stderr,"%02x ",(a)[i]);\
|
} \
|
} \
|
fprintf(stderr,"\n"); \
|
fprintf(stderr,"\n"); \
|
}while(0)
|
}while(0)
|
|
|
#define DEBUG_OUTPUT_VAL( a ) \
|
#define DEBUG_OUTPUT_VAL( a ) \
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.