#include <rtlil.h>
Definition at line 1117 of file rtlil.h.
RTLIL::CaseRule::~CaseRule |
( |
| ) |
|
Definition at line 3105 of file rtlil.cc.
std::vector< RTLIL::SwitchRule * > switches
Definition at line 3111 of file rtlil.cc.
3117 new_caserule->
switches.push_back(it->clone());
3118 return new_caserule;
std::vector< RTLIL::SigSpec > compare
std::vector< RTLIL::SigSig > actions
std::vector< RTLIL::SwitchRule * > switches
void RTLIL::CaseRule::optimize |
( |
| ) |
|
template<typename T >
void RTLIL::CaseRule::rewrite_sigspecs |
( |
T |
functor | ) |
|
Definition at line 1185 of file rtlil.h.
1193 it->rewrite_sigspecs(functor);
std::vector< RTLIL::SigSpec > compare
std::vector< RTLIL::SigSig > actions
std::vector< RTLIL::SwitchRule * > switches
The documentation for this struct was generated from the following files: