yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
celltypes.h File Reference
#include <kernel/yosys.h>
+ Include dependency graph for celltypes.h:
+ This graph shows which files directly or indirectly include this file:

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);
 

Macro Definition Documentation

#define HANDLE_CELL_TYPE (   _t)    if (type == "$" #_t) return const_ ## _t(arg1, arg2, signed1, signed2, result_len);