|
yosys-master
|
#include <rtlil.h>
Collaboration diagram for RTLIL::SigBit:Public Member Functions | |
| SigBit () | |
| SigBit (RTLIL::State bit) | |
| SigBit (bool bit) | |
| SigBit (RTLIL::Wire *wire) | |
| SigBit (RTLIL::Wire *wire, int offset) | |
| SigBit (const RTLIL::SigChunk &chunk) | |
| SigBit (const RTLIL::SigChunk &chunk, int index) | |
| SigBit (const RTLIL::SigSpec &sig) | |
| bool | operator< (const RTLIL::SigBit &other) const |
| bool | operator== (const RTLIL::SigBit &other) const |
| bool | operator!= (const RTLIL::SigBit &other) const |
Data Fields | |
| RTLIL::Wire * | wire |
| union { | |
| RTLIL::State data | |
| int offset | |
| }; | |
|
inline |
Definition at line 913 of file rtlil.h.
|
inline |
|
inline |
Definition at line 915 of file rtlil.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1112 of file rtlil.h.
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
| union { ... } |
| RTLIL::State RTLIL::SigBit::data |
| RTLIL::Wire* RTLIL::SigBit::wire |