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

Public Member Functions

 bitDef_t ()
 
 bitDef_t (const RTLIL::SigBit &bit)
 

Detailed Description

Definition at line 40 of file opt_muxtree.cc.

Constructor & Destructor Documentation

OptMuxtreeWorker::bitDef_t::bitDef_t ( )
inline

Definition at line 41 of file opt_muxtree.cc.

41 : std::pair<RTLIL::Wire*, int>(NULL, 0) { }
#define NULL
OptMuxtreeWorker::bitDef_t::bitDef_t ( const RTLIL::SigBit bit)
inline

Definition at line 42 of file opt_muxtree.cc.

42 : std::pair<RTLIL::Wire*, int>(bit.wire, bit.offset) { }
RTLIL::Wire * wire
Definition: rtlil.h:907
int offset
Definition: rtlil.h:910

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