#include "types.h"#include "string_cache.h"#include "read_xml_arch_file.h"

Go to the source code of this file.
Variables | |
| t_type_descriptor * | type_descriptors |
| int | yylineno = 1 |
| short | to_view_parse |
| global_args_t | global_args |
| config_t | configuration |
| int | current_parse_file |
| int | num_modules |
| ast_node_t ** | ast_modules |
| STRING_CACHE * | module_names_to_idx |
| STRING_CACHE * | output_nets_sc |
| STRING_CACHE * | input_nets_sc |
| STRING_CACHE * | local_symbol_table_sc |
| netlist_t * | verilog_netlist |
| ast_node_t * | top_module |
| nnode_t ** | top_input_nodes |
| int | num_top_input_nodes |
| nnode_t ** | top_output_nodes |
| int | num_top_output_nodes |
| nnode_t * | gnd_node |
| nnode_t * | vcc_node |
| nnode_t * | pad_node |
| nnet_t * | zero_net |
| nnet_t * | one_net |
| nnet_t * | pad_net |
| char * | one_string |
| char * | zero_string |
| char * | pad_string |
| t_arch | Arch |
| netlist_t * | blif_netlist |
| netlist_t * | read_blif_netlist |
| global_args_read_blif_t | global_args_read_blif |
Definition at line 56 of file parse_making_ast.c.
Definition at line 56 of file read_blif.c.
Definition at line 33 of file read_xml_config_file.c.
Definition at line 47 of file verify_blif.c.
Definition at line 56 of file netlist_create_from_ast.c.
Definition at line 58 of file netlist_create_from_ast.c.
Definition at line 47 of file parse_making_ast.c.
| int num_modules |
Definition at line 55 of file parse_making_ast.c.
| char* one_string |
Definition at line 66 of file netlist_create_from_ast.c.
Definition at line 55 of file netlist_create_from_ast.c.
| char* pad_string |
Definition at line 68 of file netlist_create_from_ast.c.
| short to_view_parse |
Definition at line 61 of file parse_making_ast.c.
Definition at line 70 of file netlist_create_from_ast.c.
| t_type_descriptor* type_descriptors |
Definition at line 72 of file netlist_create_from_ast.c.
| int yylineno = 1 |
Definition at line 347 of file verilog_flex.c.
| char* zero_string |
Definition at line 67 of file netlist_create_from_ast.c.
1.6.3