ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
logging.hpp File Reference
#include "global.h"
Include dependency graph for logging.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG(...)
 
#define LOGLIT(...)
 

Macro Definition Documentation

◆ LOG

#define LOG ( ...)
Value:
do { \
} while (0)

Definition at line 95 of file logging.hpp.

95#define LOG(...) \
96 do { \
97 } while (0)

◆ LOGLIT

#define LOGLIT ( ...)

Definition at line 99 of file logging.hpp.