yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CellType Struct Reference

#include <celltypes.h>

+ Collaboration diagram for CellType:

Data Fields

RTLIL::IdString type
 
std::set< RTLIL::IdStringinputs
 
std::set< RTLIL::IdStringoutputs
 
bool is_evaluable
 

Detailed Description

Definition at line 27 of file celltypes.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: