|
yosys-master
|
#include <rtlil.h>
Collaboration diagram for RTLIL::SwitchRule:Public Member Functions | |
| ~SwitchRule () | |
| template<typename T > | |
| void | rewrite_sigspecs (T functor) |
| RTLIL::SwitchRule * | clone () const |
Data Fields | |
| RTLIL::SigSpec | signal |
| RTLIL_ATTRIBUTE_MEMBERS std::vector< RTLIL::CaseRule * > | cases |
| RTLIL::SwitchRule::~SwitchRule | ( | ) |
Definition at line 3121 of file rtlil.cc.
| RTLIL::SwitchRule * RTLIL::SwitchRule::clone | ( | ) | const |
Definition at line 3127 of file rtlil.cc.
| void RTLIL::SwitchRule::rewrite_sigspecs | ( | T | functor | ) |
Definition at line 1197 of file rtlil.h.
| RTLIL_ATTRIBUTE_MEMBERS std::vector<RTLIL::CaseRule*> RTLIL::SwitchRule::cases |
| RTLIL::SigSpec RTLIL::SwitchRule::signal |