#include <defines.h>
Data Fields | |
char * | top_module |
char ** | leading_hierarchies |
int | leading_hier_num |
bool | leading_hiers_differ |
inst_link * | inst_head |
inst_link * | inst_tail |
funit_link * | funit_head |
funit_link * | funit_tail |
str_link * | fver_head |
str_link * | fver_tail |
Represents a single design database.
Pointer to head of functional unit list
Referenced by db_add_instance(), db_check_dumpfile_scopes(), db_create(), db_read(), funit_find_by_id(), gen_item_resolve(), and race_check_modules().
Pointer to tail of functional unit list
Referenced by db_create(), and search_init().
Pointer to head of file version list
Referenced by db_close(), db_create(), and funit_db_write().
Pointer to head of file version list
Referenced by db_close(), and db_create().
Pointer to head of instance tree list
Referenced by assertion_report(), bind_perform(), combination_report(), db_add_instance(), db_close(), db_create(), db_merge_instance_trees(), db_output_dumpvars(), db_read(), db_remove_statement_from_current_funit(), db_remove_stmt_blks_calling_statement(), db_write(), exclude_find_expression(), exclude_find_fsm_arc(), exclude_find_signal(), expression_resize(), fsm_report(), gen_item_resolve(), generate_remove_stmt(), instance_add_child(), line_report(), memory_report(), perf_output_inst_report(), race_check_modules(), rank_read_cdd(), report_generate(), report_read_cdd_and_ready(), search_init(), and toggle_report().
Pointer to tail of instance tree list
Referenced by db_close(), db_create(), instance_only_db_merge(), and instance_only_db_read().
Specifies the number of hierarchies stored in the leading_hierarchies array
Referenced by command_merge(), db_close(), db_create(), info_db_read(), merged_cdd_db_read(), and search_init().
char** db_s::leading_hierarchies |
Specifies the Verilog hierarchy leading up to the DUT (taken from the -i value)
Referenced by db_create(), info_db_read(), info_db_write(), merged_cdd_db_read(), and search_init().
Set to TRUE if more than one leading hierarchy exists and it differs with the first leading hierarchy
Referenced by db_create(), info_db_read(), and merged_cdd_db_read().
char* db_s::top_module |
Name of top-most module in the design