|
yosys-master
|
#include <sigtools.h>
Data Structures | |
| struct | bitDef_t |
Public Member Functions | |
| void | clear () |
| void | add (RTLIL::SigSpec sig) |
| void | add (const SigPool &other) |
| void | del (RTLIL::SigSpec sig) |
| void | del (const SigPool &other) |
| void | expand (RTLIL::SigSpec from, RTLIL::SigSpec to) |
| RTLIL::SigSpec | extract (RTLIL::SigSpec sig) |
| RTLIL::SigSpec | remove (RTLIL::SigSpec sig) |
| bool | check (RTLIL::SigBit bit) |
| bool | check_any (RTLIL::SigSpec sig) |
| bool | check_all (RTLIL::SigSpec sig) |
| RTLIL::SigSpec | export_one () |
| RTLIL::SigSpec | export_all () |
| size_t | size () |
Data Fields | |
| std::set< bitDef_t > | bits |
Definition at line 27 of file sigtools.h.
|
inline |
|
inline |
Definition at line 48 of file sigtools.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 61 of file sigtools.h.
|
inline |
|
inline |
Definition at line 123 of file sigtools.h.
Here is the caller graph for this function:
|
inline |
Definition at line 116 of file sigtools.h.
Here is the caller graph for this function:
|
inline |
Definition at line 77 of file sigtools.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 86 of file sigtools.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| std::set<bitDef_t> SigPool::bits |
Definition at line 34 of file sigtools.h.