yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OptMuxtreeWorker::bitinfo_t Struct Reference
+ Collaboration diagram for OptMuxtreeWorker::bitinfo_t:

Data Fields

int num
 
bitDef_t bit
 
bool seen_non_mux
 
std::vector< int > mux_users
 
std::vector< int > mux_drivers
 

Detailed Description

Definition at line 46 of file opt_muxtree.cc.

Field Documentation

bitDef_t OptMuxtreeWorker::bitinfo_t::bit

Definition at line 48 of file opt_muxtree.cc.

std::vector<int> OptMuxtreeWorker::bitinfo_t::mux_drivers

Definition at line 51 of file opt_muxtree.cc.

std::vector<int> OptMuxtreeWorker::bitinfo_t::mux_users

Definition at line 50 of file opt_muxtree.cc.

int OptMuxtreeWorker::bitinfo_t::num

Definition at line 47 of file opt_muxtree.cc.

bool OptMuxtreeWorker::bitinfo_t::seen_non_mux

Definition at line 49 of file opt_muxtree.cc.


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