#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 |
|
|
Pointer to head of functional unit list |
|
|
Pointer to tail of functional unit list |
|
|
Pointer to head of file version list |
|
|
Pointer to head of file version list |
|
|
Pointer to head of instance tree list |
|
|
Pointer to tail of instance tree list |
|
|
Specifies the number of hierarchies stored in the leading_hierarchies array |
|
|
Specifies the Verilog hierarchy leading up to the DUT (taken from the -i value) |
|
|
Set to TRUE if more than one leading hierarchy exists and it differs with the first leading hierarchy |
|
|
Name of top-most module in the design |
1.3.4