|
yosys-master
|
#include <celltypes.h>
Collaboration diagram for CellType:Data Fields | |
| RTLIL::IdString | type |
| std::set< RTLIL::IdString > | inputs |
| std::set< RTLIL::IdString > | outputs |
| bool | is_evaluable |
Definition at line 27 of file celltypes.h.
| std::set<RTLIL::IdString> CellType::inputs |
Definition at line 30 of file celltypes.h.
| bool CellType::is_evaluable |
Definition at line 31 of file celltypes.h.
| std::set<RTLIL::IdString> CellType::outputs |
Definition at line 30 of file celltypes.h.
| RTLIL::IdString CellType::type |
Definition at line 29 of file celltypes.h.