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

Go to the source code of this file.

Macros

#define REPORT(...)
 

Macro Definition Documentation

◆ REPORT

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

Definition at line 10 of file report.h.

10#define REPORT(...) \
11 do { \
12 } while (0)