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

Data Structures

struct  ProcessGenerator
 

Variables

bool flag_dump_ast1
 
bool flag_dump_ast2
 
bool flag_dump_vlog
 
bool flag_nolatches
 
bool flag_nomem2reg
 
bool flag_mem2reg
 
bool flag_lib
 
bool flag_noopt
 
bool flag_icells
 
bool flag_autowire
 
AstNodecurrent_ast
 
AstNodecurrent_ast_mod
 
std::map< std::string, AstNode * > current_scope
 
const std::map< RTLIL::SigBit,
RTLIL::SigBit > * 
genRTLIL_subst_ptr = NULL
 
RTLIL::SigSpec ignoreThisSignalsInInitial
 
AstNodecurrent_top_block
 
AstNodecurrent_block
 
AstNodecurrent_block_child
 
AstModulecurrent_module
 

Variable Documentation

AST::AstNode * AST_INTERNAL::current_ast

Definition at line 57 of file ast.cc.

AST::AstNode * AST_INTERNAL::current_ast_mod

Definition at line 57 of file ast.cc.

AST::AstNode * AST_INTERNAL::current_block

Definition at line 61 of file ast.cc.

AST::AstNode * AST_INTERNAL::current_block_child

Definition at line 61 of file ast.cc.

AST::AstModule * AST_INTERNAL::current_module

Definition at line 62 of file ast.cc.

std::map< std::string, AST::AstNode * > AST_INTERNAL::current_scope

Definition at line 58 of file ast.cc.

AST::AstNode * AST_INTERNAL::current_top_block

Definition at line 61 of file ast.cc.

bool AST_INTERNAL::flag_autowire

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_dump_ast1

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_dump_ast2

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_dump_vlog

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_icells

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_lib

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_mem2reg

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_nolatches

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_nomem2reg

Definition at line 56 of file ast.cc.

bool AST_INTERNAL::flag_noopt

Definition at line 56 of file ast.cc.

const std::map< RTLIL::SigBit, RTLIL::SigBit > * AST_INTERNAL::genRTLIL_subst_ptr = NULL

Definition at line 59 of file ast.cc.

RTLIL::SigSpec AST_INTERNAL::ignoreThisSignalsInInitial

Definition at line 60 of file ast.cc.