|
yosys-master
|
#include <rtlil.h>
Collaboration diagram for RTLIL::Process: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.
Here is the call graph for this function:| 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 |