yosys-master
|
#include <kernel/yosys.h>
Go to the source code of this file.
Data Structures | |
struct | CellType |
struct | CellTypes |
Macros | |
#define | HANDLE_CELL_TYPE(_t) if (type == "$" #_t) return const_ ## _t(arg1, arg2, signed1, signed2, result_len); |
#define HANDLE_CELL_TYPE | ( | _t | ) | if (type == "$" #_t) return const_ ## _t(arg1, arg2, signed1, signed2, result_len); |