Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

db_s Struct Reference

#include <defines.h>


Detailed Description

Represents a single design database.


Data Fields

char * top_module
char ** leading_hierarchies
int leading_hier_num
bool leading_hiers_differ
inst_linkinst_head
inst_linkinst_tail
funit_linkfunit_head
funit_linkfunit_tail
str_linkfver_head
str_linkfver_tail


Field Documentation

funit_link* db_s::funit_head
 

Pointer to head of functional unit list

funit_link* db_s::funit_tail
 

Pointer to tail of functional unit list

str_link* db_s::fver_head
 

Pointer to head of file version list

str_link* db_s::fver_tail
 

Pointer to head of file version list

inst_link* db_s::inst_head
 

Pointer to head of instance tree list

inst_link* db_s::inst_tail
 

Pointer to tail of instance tree list

int db_s::leading_hier_num
 

Specifies the number of hierarchies stored in the leading_hierarchies array

char** db_s::leading_hierarchies
 

Specifies the Verilog hierarchy leading up to the DUT (taken from the -i value)

bool db_s::leading_hiers_differ
 

Set to TRUE if more than one leading hierarchy exists and it differs with the first leading hierarchy

char* db_s::top_module
 

Name of top-most module in the design


The documentation for this struct was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4