|
7 | 7 |
|
8 | 8 | using vtr::t_linked_vptr; |
9 | 9 |
|
| 10 | +// clang-format off |
10 | 11 | /* the output file description */ |
11 | | -#define OUTPUT_HEADER_COMMENT(Echo, ArchFile) \ |
12 | | - { \ |
13 | | - fprintf(Echo, \ |
14 | | - "/***************************************************************************************************" \ |
15 | | - * "******/\n"); \ |
16 | | - fprintf(Echo, "/* %-100s*/\n", ""); \ |
17 | | - fprintf(Echo, "/* %-100s*/\n", \ |
18 | | - "This is a machine-generated Verilog code, including the black box declaration of"); \ |
19 | | - fprintf(Echo, "/* %-100s*/\n", "complex blocks defined in the following architecture file:"); \ |
20 | | - fprintf(Echo, "/* %-100s*/\n", ""); \ |
21 | | - fprintf(Echo, "/* %-90s*/\n", strrchr(ArchFile, '/') + 1); \ |
22 | | - fprintf(Echo, "/* %-100s*/\n", ""); \ |
23 | | - fprintf(Echo, \ |
24 | | - "/***************************************************************************************************" \ |
25 | | - * "******/\n\n"); \ |
| 12 | +#define OUTPUT_HEADER_COMMENT(Echo, ArchFile) \ |
| 13 | + { \ |
| 14 | + fprintf(Echo, \ |
| 15 | + "/*********************************************************************************************************/\n"); \ |
| 16 | + fprintf(Echo, "/* %-100s*/\n", ""); \ |
| 17 | + fprintf(Echo, "/* %-100s*/\n", \ |
| 18 | + "This is a machine-generated Verilog code, including the black box declaration of"); \ |
| 19 | + fprintf(Echo, "/* %-100s*/\n", \ |
| 20 | + "complex blocks defined in the following architecture file:"); \ |
| 21 | + fprintf(Echo, "/* %-100s*/\n", ""); \ |
| 22 | + fprintf(Echo, "/* %-90s*/\n", strrchr(ArchFile, '/') + 1); \ |
| 23 | + fprintf(Echo, "/* %-100s*/\n", ""); \ |
| 24 | + fprintf(Echo, \ |
| 25 | + "/*********************************************************************************************************/\n\n"); \ |
26 | 26 | } |
| 27 | +// clang-format on |
27 | 28 |
|
28 | 29 | /* a comment for the body of black box modules */ |
29 | 30 | const char* HARD_BLOCK_COMMENT |
|
0 commit comments