yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ILANG_FRONTEND Namespace Reference

Variables

std::istream * lexin
 
RTLIL::Designcurrent_design
 
RTLIL::Modulecurrent_module
 
RTLIL::Wirecurrent_wire
 
RTLIL::Memorycurrent_memory
 
RTLIL::Cellcurrent_cell
 
RTLIL::Processcurrent_process
 
std::vector< std::vector
< RTLIL::SwitchRule * > * > 
switch_stack
 
std::vector< RTLIL::CaseRule * > case_stack
 
std::map< RTLIL::IdString,
RTLIL::Const
attrbuf
 

Variable Documentation

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.