MatchLib
|
debug print statements More...
Macros | |
#define | DCOUT(x) cout << x |
#define | CDCOUT(x, y) |
debug print statements
#define DCOUT | ( | x | ) | cout << x |
Debug print statements to print x. It is enabled in SystemC/C++ simulation but disabled in HLS as they are non-synthesizable.
Definition at line 72 of file hls_globals.h.
#define CDCOUT | ( | x, | |
y | |||
) |
Debug print statements to print x if DEBUG_LEVEL set during compilation is greater than or equal to y. This is useful is we want to limit print statements during debugging. It is also enabled in SystemC/C++ simulation but disabled in HLS as they are non-synthesizable.
Definition at line 73 of file hls_globals.h.