yosys-master
|
#include <rtlil.h>
Public Member Functions | |
~Process () | |
template<typename T > | |
void | rewrite_sigspecs (T functor) |
RTLIL::Process * | clone () const |
Data Fields | |
RTLIL::IdString | name |
RTLIL_ATTRIBUTE_MEMBERS RTLIL::CaseRule | root_case |
std::vector< RTLIL::SyncRule * > | syncs |
RTLIL::Process * RTLIL::Process::clone | ( | ) | const |
Definition at line 3153 of file rtlil.cc.
void RTLIL::Process::rewrite_sigspecs | ( | T | functor | ) |
RTLIL::IdString RTLIL::Process::name |
RTLIL_ATTRIBUTE_MEMBERS RTLIL::CaseRule RTLIL::Process::root_case |
std::vector<RTLIL::SyncRule*> RTLIL::Process::syncs |