|
yosys-master
|
#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <string.h>
Include dependency graph for tests/tools/cmp_tbdata.c:Go to the source code of this file.
Functions | |
| void | check (bool ok) |
| int | main (int argc, char **argv) |
Variables | |
| int | line = 0 |
| char | buffer1 [1024] |
| char | buffer2 [1024] |
| void check | ( | bool | ok | ) |
Definition at line 10 of file tests/tools/cmp_tbdata.c.
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| char buffer1[1024] |
Definition at line 7 of file tests/tools/cmp_tbdata.c.
| char buffer2[1024] |
Definition at line 8 of file tests/tools/cmp_tbdata.c.
| int line = 0 |
Definition at line 6 of file tests/tools/cmp_tbdata.c.