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

Public Member Functions

 WreduceConfig ()
 

Data Fields

std::set< IdStringsupported_cell_types
 

Detailed Description

Definition at line 29 of file wreduce.cc.

Constructor & Destructor Documentation

WreduceConfig::WreduceConfig ( )
inline

Definition at line 33 of file wreduce.cc.

34  {
35  supported_cell_types = std::set<IdString>({
36  "$not", "$pos", "$neg",
37  "$and", "$or", "$xor", "$xnor",
38  "$shl", "$shr", "$sshl", "$sshr", "$shift", "$shiftx",
39  "$lt", "$le", "$eq", "$ne", "$eqx", "$nex", "$ge", "$gt",
40  "$add", "$sub", // "$mul", "$div", "$mod", "$pow",
41  "$mux", "$pmux"
42  });
43  }
std::set< IdString > supported_cell_types
Definition: wreduce.cc:31

Field Documentation

std::set<IdString> WreduceConfig::supported_cell_types

Definition at line 31 of file wreduce.cc.


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