yosys-master
|
Variables | |
std::istream * | lexin |
RTLIL::Design * | current_design |
RTLIL::Module * | current_module |
RTLIL::Wire * | current_wire |
RTLIL::Memory * | current_memory |
RTLIL::Cell * | current_cell |
RTLIL::Process * | current_process |
std::vector< std::vector < RTLIL::SwitchRule * > * > | switch_stack |
std::vector< RTLIL::CaseRule * > | case_stack |
std::map< RTLIL::IdString, RTLIL::Const > | attrbuf |
std::map<RTLIL::IdString, RTLIL::Const> ILANG_FRONTEND::attrbuf |
Definition at line 88 of file ilang_parser.tab.cc.
std::vector<RTLIL::CaseRule*> ILANG_FRONTEND::case_stack |
Definition at line 87 of file ilang_parser.tab.cc.
RTLIL::Cell* ILANG_FRONTEND::current_cell |
Definition at line 84 of file ilang_parser.tab.cc.
RTLIL::Design * ILANG_FRONTEND::current_design |
Definition at line 80 of file ilang_parser.tab.cc.
RTLIL::Memory* ILANG_FRONTEND::current_memory |
Definition at line 83 of file ilang_parser.tab.cc.
RTLIL::Module* ILANG_FRONTEND::current_module |
Definition at line 81 of file ilang_parser.tab.cc.
RTLIL::Process* ILANG_FRONTEND::current_process |
Definition at line 85 of file ilang_parser.tab.cc.
RTLIL::Wire* ILANG_FRONTEND::current_wire |
Definition at line 82 of file ilang_parser.tab.cc.
std::istream * ILANG_FRONTEND::lexin |
Definition at line 79 of file ilang_parser.tab.cc.
std::vector<std::vector<RTLIL::SwitchRule*>*> ILANG_FRONTEND::switch_stack |
Definition at line 86 of file ilang_parser.tab.cc.