genprof.h

Go to the documentation of this file.
00001 #ifndef __GENPROF_H__
00002 #define __GENPROF_H__
00003 
00004 /*
00005  Copyright (c) 2006-2010 Trevor Williams
00006 
00007  This program is free software; you can redistribute it and/or modify
00008  it under the terms of the GNU General Public License as published by the Free Software
00009  Foundation; either version 2 of the License, or (at your option) any later version.
00010 
00011  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
00012  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00013  See the GNU General Public License for more details.
00014 
00015  You should have received a copy of the GNU General Public License along with this program;
00016  if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00017 */
00018 
00025 #include "defines.h"
00026 
00027 #define NUM_PROFILES 1063
00028 
00029 #ifdef DEBUG
00030 #define UNREGISTERED 0
00031 #define ARC_FIND_FROM_STATE 1
00032 #define ARC_FIND_TO_STATE 2
00033 #define ARC_FIND_ARC 3
00034 #define ARC_FIND_ARC_BY_EXCLUSION_ID 4
00035 #define ARC_CREATE 5
00036 #define ARC_ADD 6
00037 #define ARC_STATE_HITS 7
00038 #define ARC_TRANSITION_HITS 8
00039 #define ARC_TRANSITION_EXCLUDED 9
00040 #define ARC_GET_STATS 10
00041 #define ARC_DB_WRITE 11
00042 #define ARC_DB_READ 12
00043 #define ARC_DB_MERGE 13
00044 #define ARC_MERGE 14
00045 #define ARC_GET_STATES 15
00046 #define ARC_GET_TRANSITIONS 16
00047 #define ARC_ARE_ANY_EXCLUDED 17
00048 #define ARC_DEALLOC 18
00049 #define ASSERTION_PARSE 19
00050 #define ASSERTION_PARSE_ATTR 20
00051 #define ASSERTION_GET_STATS 21
00052 #define ASSERTION_DISPLAY_INSTANCE_SUMMARY 22
00053 #define ASSERTION_INSTANCE_SUMMARY 23
00054 #define ASSERTION_DISPLAY_FUNIT_SUMMARY 24
00055 #define ASSERTION_FUNIT_SUMMARY 25
00056 #define ASSERTION_DISPLAY_VERBOSE 26
00057 #define ASSERTION_INSTANCE_VERBOSE 27
00058 #define ASSERTION_FUNIT_VERBOSE 28
00059 #define ASSERTION_REPORT 29
00060 #define ASSERTION_GET_FUNIT_SUMMARY 30
00061 #define ASSERTION_COLLECT 31
00062 #define ASSERTION_GET_COVERAGE 32
00063 #define ATTRIBUTE_CREATE 33
00064 #define ATTRIBUTE_PARSE 34
00065 #define ATTRIBUTE_DEALLOC 35
00066 #define BIND_ADD 36
00067 #define BIND_APPEND_FSM_EXPR 37
00068 #define BIND_REMOVE 38
00069 #define BIND_FIND_SIG_NAME 39
00070 #define BIND_PARAM 40
00071 #define BIND_SIGNAL 41
00072 #define BIND_TASK_FUNCTION_PORTS 42
00073 #define BIND_TASK_FUNCTION_NAMEDBLOCK 43
00074 #define BIND_PERFORM 44
00075 #define BIND_DEALLOC 45
00076 #define CODEGEN_CREATE_EXPR_HELPER 46
00077 #define CODEGEN_CREATE_EXPR 47
00078 #define CODEGEN_GEN_EXPR 48
00079 #define COMBINATION_CALC_DEPTH 49
00080 #define COMBINATION_DOES_MULTI_EXP_NEED_UL 50
00081 #define COMBINATION_MULTI_EXPR_CALC 51
00082 #define COMBINATION_IS_EXPR_MULTI_NODE 52
00083 #define COMBINATION_GET_TREE_STATS 53
00084 #define COMBINATION_RESET_COUNTED_EXPRS 54
00085 #define COMBINATION_RESET_COUNTED_EXPR_TREE 55
00086 #define COMBINATION_GET_STATS 56
00087 #define COMBINATION_GET_FUNIT_SUMMARY 57
00088 #define COMBINATION_GET_INST_SUMMARY 58
00089 #define COMBINATION_DISPLAY_INSTANCE_SUMMARY 59
00090 #define COMBINATION_INSTANCE_SUMMARY 60
00091 #define COMBINATION_DISPLAY_FUNIT_SUMMARY 61
00092 #define COMBINATION_FUNIT_SUMMARY 62
00093 #define COMBINATION_DRAW_LINE 63
00094 #define COMBINATION_DRAW_CENTERED_LINE 64
00095 #define COMBINATION_PARENTHESIZE 65
00096 #define COMBINATION_UNDERLINE_TREE 66
00097 #define COMBINATION_PREP_LINE 67
00098 #define COMBINATION_UNDERLINE 68
00099 #define COMBINATION_UNARY 69
00100 #define COMBINATION_EVENT 70
00101 #define COMBINATION_TWO_VARS 71
00102 #define COMBINATION_MULTI_VAR_EXPRS 72
00103 #define COMBINATION_MULTI_EXPR_OUTPUT_LENGTH 73
00104 #define COMBINATION_MULTI_EXPR_OUTPUT 74
00105 #define COMBINATION_MULTI_VARS 75
00106 #define COMBINATION_GET_MISSED_EXPR 76
00107 #define COMBINATION_LIST_MISSED 77
00108 #define COMBINATION_OUTPUT_EXPR 78
00109 #define COMBINATION_DISPLAY_VERBOSE 79
00110 #define COMBINATION_INSTANCE_VERBOSE 80
00111 #define COMBINATION_FUNIT_VERBOSE 81
00112 #define COMBINATION_COLLECT 82
00113 #define COMBINATION_GET_EXCLUDE_LIST 83
00114 #define COMBINATION_GET_EXPRESSION 84
00115 #define COMBINATION_GET_COVERAGE 85
00116 #define COMBINATION_REPORT 86
00117 #define DB_CREATE 87
00118 #define DB_CLOSE 88
00119 #define DB_CHECK_FOR_TOP_MODULE 89
00120 #define DB_WRITE 90
00121 #define DB_READ 91
00122 #define DB_MERGE_INSTANCE_TREES 92
00123 #define DB_SCALE_TO_PRECISION 93
00124 #define DB_CREATE_UNNAMED_SCOPE 94
00125 #define DB_IS_UNNAMED_SCOPE 95
00126 #define DB_SET_TIMESCALE 96
00127 #define DB_GET_CURR_FUNIT 97
00128 #define DB_GET_EXCLUSION_ID_SIZE 98
00129 #define DB_GEN_EXCLUSION_ID 99
00130 #define DB_ADD_FILE_VERSION 100
00131 #define DB_OUTPUT_DUMPVARS 101
00132 #define DB_ADD_INSTANCE 102
00133 #define DB_ADD_MODULE 103
00134 #define DB_END_MODULE 104
00135 #define DB_ADD_FUNCTION_TASK_NAMEDBLOCK 105
00136 #define DB_END_FUNCTION_TASK_NAMEDBLOCK 106
00137 #define DB_ADD_DECLARED_PARAM 107
00138 #define DB_ADD_OVERRIDE_PARAM 108
00139 #define DB_ADD_VECTOR_PARAM 109
00140 #define DB_ADD_DEFPARAM 110
00141 #define DB_ADD_SIGNAL 111
00142 #define DB_ADD_ENUM 112
00143 #define DB_END_ENUM_LIST 113
00144 #define DB_ADD_TYPEDEF 114
00145 #define DB_FIND_SIGNAL 115
00146 #define DB_ADD_GEN_ITEM_BLOCK 116
00147 #define DB_FIND_GEN_ITEM 117
00148 #define DB_FIND_TYPEDEF 118
00149 #define DB_GET_CURR_GEN_BLOCK 119
00150 #define DB_CURR_SIGNAL_COUNT 120
00151 #define DB_CREATE_EXPRESSION 121
00152 #define DB_BIND_EXPR_TREE 122
00153 #define DB_CREATE_EXPR_FROM_STATIC 123
00154 #define DB_ADD_EXPRESSION 124
00155 #define DB_CREATE_SENSITIVITY_LIST 125
00156 #define DB_PARALLELIZE_STATEMENT 126
00157 #define DB_CREATE_STATEMENT 127
00158 #define DB_ADD_STATEMENT 128
00159 #define DB_REMOVE_STATEMENT_FROM_CURRENT_FUNIT 129
00160 #define DB_REMOVE_STATEMENT 130
00161 #define DB_CONNECT_STATEMENT_TRUE 131
00162 #define DB_CONNECT_STATEMENT_FALSE 132
00163 #define DB_GEN_ITEM_CONNECT_TRUE 133
00164 #define DB_GEN_ITEM_CONNECT_FALSE 134
00165 #define DB_GEN_ITEM_CONNECT 135
00166 #define DB_STATEMENT_CONNECT 136
00167 #define DB_CREATE_ATTR_PARAM 137
00168 #define DB_PARSE_ATTRIBUTE 138
00169 #define DB_REMOVE_STMT_BLKS_CALLING_STATEMENT 139
00170 #define DB_GEN_CURR_INST_SCOPE 140
00171 #define DB_SYNC_CURR_INSTANCE 141
00172 #define DB_SET_VCD_SCOPE 142
00173 #define DB_VCD_UPSCOPE 143
00174 #define DB_ASSIGN_SYMBOL 144
00175 #define DB_SET_SYMBOL_CHAR 145
00176 #define DB_SET_SYMBOL_STRING 146
00177 #define DB_DO_TIMESTEP 147
00178 #define DB_CHECK_DUMPFILE_SCOPES 148
00179 #define ENUMERATE_ADD_ITEM 149
00180 #define ENUMERATE_END_LIST 150
00181 #define ENUMERATE_RESOLVE 151
00182 #define ENUMERATE_DEALLOC 152
00183 #define ENUMERATE_DEALLOC_LIST 153
00184 #define EXCLUDE_EXPR_ASSIGN_AND_RECALC 154
00185 #define EXCLUDE_SIG_ASSIGN_AND_RECALC 155
00186 #define EXCLUDE_ARC_ASSIGN_AND_RECALC 156
00187 #define EXCLUDE_ADD_EXCLUDE_REASON 157
00188 #define EXCLUDE_REMOVE_EXCLUDE_REASON 158
00189 #define EXCLUDE_IS_LINE_EXCLUDED 159
00190 #define EXCLUDE_SET_LINE_EXCLUDE 160
00191 #define EXCLUDE_IS_TOGGLE_EXCLUDED 161
00192 #define EXCLUDE_SET_TOGGLE_EXCLUDE 162
00193 #define EXCLUDE_IS_COMB_EXCLUDED 163
00194 #define EXCLUDE_SET_COMB_EXCLUDE 164
00195 #define EXCLUDE_IS_FSM_EXCLUDED 165
00196 #define EXCLUDE_SET_FSM_EXCLUDE 166
00197 #define EXCLUDE_IS_ASSERT_EXCLUDED 167
00198 #define EXCLUDE_SET_ASSERT_EXCLUDE 168
00199 #define EXCLUDE_FIND_EXCLUDE_REASON 169
00200 #define EXCLUDE_DB_WRITE 170
00201 #define EXCLUDE_DB_READ 171
00202 #define EXCLUDE_RESOLVE_REASON 172
00203 #define EXCLUDE_DB_MERGE 173
00204 #define EXCLUDE_MERGE 174
00205 #define EXCLUDE_FIND_SIGNAL 175
00206 #define EXCLUDE_FIND_EXPRESSION 176
00207 #define EXCLUDE_FIND_FSM_ARC 177
00208 #define EXCLUDE_FORMAT_REASON 178
00209 #define EXCLUDED_GET_MESSAGE 179
00210 #define EXCLUDE_HANDLE_EXCLUDE_REASON 180
00211 #define EXCLUDE_PRINT_EXCLUSION 181
00212 #define EXCLUDE_LINE_FROM_ID 182
00213 #define EXCLUDE_TOGGLE_FROM_ID 183
00214 #define EXCLUDE_MEMORY_FROM_ID 184
00215 #define EXCLUDE_EXPR_FROM_ID 185
00216 #define EXCLUDE_FSM_FROM_ID 186
00217 #define EXCLUDE_ASSERT_FROM_ID 187
00218 #define EXCLUDE_APPLY_EXCLUSIONS 188
00219 #define COMMAND_EXCLUDE 189
00220 #define EXPRESSION_CREATE_TMP_VECS 190
00221 #define EXPRESSION_CREATE_NBA 191
00222 #define EXPRESSION_IS_NBA_LHS 192
00223 #define EXPRESSION_CREATE_VALUE 193
00224 #define EXPRESSION_CREATE 194
00225 #define EXPRESSION_SET_VALUE 195
00226 #define EXPRESSION_SET_SIGNED 196
00227 #define EXPRESSION_RESIZE 197
00228 #define EXPRESSION_GET_ID 198
00229 #define EXPRESSION_GET_FIRST_LINE_EXPR 199
00230 #define EXPRESSION_GET_LAST_LINE_EXPR 200
00231 #define EXPRESSION_GET_CURR_DIMENSION 201
00232 #define EXPRESSION_FIND_RHS_SIGS 202
00233 #define EXPRESSION_FIND_PARAMS 203
00234 #define EXPRESSION_FIND_ULINE_ID 204
00235 #define EXPRESSION_FIND_EXPR 205
00236 #define EXPRESSION_CONTAINS_EXPR_CALLING_STMT 206
00237 #define EXPRESSION_GET_ROOT_STATEMENT 207
00238 #define EXPRESSION_ASSIGN_EXPR_IDS 208
00239 #define EXPRESSION_DB_WRITE 209
00240 #define EXPRESSION_DB_WRITE_TREE 210
00241 #define EXPRESSION_DB_READ 211
00242 #define EXPRESSION_DB_MERGE 212
00243 #define EXPRESSION_MERGE 213
00244 #define EXPRESSION_STRING_OP 214
00245 #define EXPRESSION_STRING 215
00246 #define EXPRESSION_OP_FUNC__XOR 216
00247 #define EXPRESSION_OP_FUNC__XOR_A 217
00248 #define EXPRESSION_OP_FUNC__MULTIPLY 218
00249 #define EXPRESSION_OP_FUNC__MULTIPLY_A 219
00250 #define EXPRESSION_OP_FUNC__DIVIDE 220
00251 #define EXPRESSION_OP_FUNC__DIVIDE_A 221
00252 #define EXPRESSION_OP_FUNC__MOD 222
00253 #define EXPRESSION_OP_FUNC__MOD_A 223
00254 #define EXPRESSION_OP_FUNC__ADD 224
00255 #define EXPRESSION_OP_FUNC__ADD_A 225
00256 #define EXPRESSION_OP_FUNC__SUBTRACT 226
00257 #define EXPRESSION_OP_FUNC__SUB_A 227
00258 #define EXPRESSION_OP_FUNC__AND 228
00259 #define EXPRESSION_OP_FUNC__AND_A 229
00260 #define EXPRESSION_OP_FUNC__OR 230
00261 #define EXPRESSION_OP_FUNC__OR_A 231
00262 #define EXPRESSION_OP_FUNC__NAND 232
00263 #define EXPRESSION_OP_FUNC__NOR 233
00264 #define EXPRESSION_OP_FUNC__NXOR 234
00265 #define EXPRESSION_OP_FUNC__LT 235
00266 #define EXPRESSION_OP_FUNC__GT 236
00267 #define EXPRESSION_OP_FUNC__LSHIFT 237
00268 #define EXPRESSION_OP_FUNC__LSHIFT_A 238
00269 #define EXPRESSION_OP_FUNC__RSHIFT 239
00270 #define EXPRESSION_OP_FUNC__RSHIFT_A 240
00271 #define EXPRESSION_OP_FUNC__ARSHIFT 241
00272 #define EXPRESSION_OP_FUNC__ARSHIFT_A 242
00273 #define EXPRESSION_OP_FUNC__TIME 243
00274 #define EXPRESSION_OP_FUNC__REALTIME 244
00275 #define EXPRESSION_OP_FUNC__RANDOM 245
00276 #define EXPRESSION_OP_FUNC__SASSIGN 246
00277 #define EXPRESSION_OP_FUNC__SRANDOM 247
00278 #define EXPRESSION_OP_FUNC__URANDOM 248
00279 #define EXPRESSION_OP_FUNC__URANDOM_RANGE 249
00280 #define EXPRESSION_OP_FUNC__REALTOBITS 250
00281 #define EXPRESSION_OP_FUNC__BITSTOREAL 251
00282 #define EXPRESSION_OP_FUNC__SHORTREALTOBITS 252
00283 #define EXPRESSION_OP_FUNC__BITSTOSHORTREAL 253
00284 #define EXPRESSION_OP_FUNC__ITOR 254
00285 #define EXPRESSION_OP_FUNC__RTOI 255
00286 #define EXPRESSION_OP_FUNC__TEST_PLUSARGS 256
00287 #define EXPRESSION_OP_FUNC__VALUE_PLUSARGS 257
00288 #define EXPRESSION_OP_FUNC__SIGNED 258
00289 #define EXPRESSION_OP_FUNC__UNSIGNED 259
00290 #define EXPRESSION_OP_FUNC__CLOG2 260
00291 #define EXPRESSION_OP_FUNC__EQ 261
00292 #define EXPRESSION_OP_FUNC__CEQ 262
00293 #define EXPRESSION_OP_FUNC__LE 263
00294 #define EXPRESSION_OP_FUNC__GE 264
00295 #define EXPRESSION_OP_FUNC__NE 265
00296 #define EXPRESSION_OP_FUNC__CNE 266
00297 #define EXPRESSION_OP_FUNC__LOR 267
00298 #define EXPRESSION_OP_FUNC__LAND 268
00299 #define EXPRESSION_OP_FUNC__COND 269
00300 #define EXPRESSION_OP_FUNC__COND_SEL 270
00301 #define EXPRESSION_OP_FUNC__UINV 271
00302 #define EXPRESSION_OP_FUNC__UAND 272
00303 #define EXPRESSION_OP_FUNC__UNOT 273
00304 #define EXPRESSION_OP_FUNC__UOR 274
00305 #define EXPRESSION_OP_FUNC__UXOR 275
00306 #define EXPRESSION_OP_FUNC__UNAND 276
00307 #define EXPRESSION_OP_FUNC__UNOR 277
00308 #define EXPRESSION_OP_FUNC__UNXOR 278
00309 #define EXPRESSION_OP_FUNC__NULL 279
00310 #define EXPRESSION_OP_FUNC__SIG 280
00311 #define EXPRESSION_OP_FUNC__SBIT 281
00312 #define EXPRESSION_OP_FUNC__MBIT 282
00313 #define EXPRESSION_OP_FUNC__EXPAND 283
00314 #define EXPRESSION_OP_FUNC__LIST 284
00315 #define EXPRESSION_OP_FUNC__CONCAT 285
00316 #define EXPRESSION_OP_FUNC__PEDGE 286
00317 #define EXPRESSION_OP_FUNC__NEDGE 287
00318 #define EXPRESSION_OP_FUNC__AEDGE 288
00319 #define EXPRESSION_OP_FUNC__EOR 289
00320 #define EXPRESSION_OP_FUNC__SLIST 290
00321 #define EXPRESSION_OP_FUNC__DELAY 291
00322 #define EXPRESSION_OP_FUNC__TRIGGER 292
00323 #define EXPRESSION_OP_FUNC__CASE 293
00324 #define EXPRESSION_OP_FUNC__CASEX 294
00325 #define EXPRESSION_OP_FUNC__CASEZ 295
00326 #define EXPRESSION_OP_FUNC__DEFAULT 296
00327 #define EXPRESSION_OP_FUNC__BASSIGN 297
00328 #define EXPRESSION_OP_FUNC__FUNC_CALL 298
00329 #define EXPRESSION_OP_FUNC__TASK_CALL 299
00330 #define EXPRESSION_OP_FUNC__NB_CALL 300
00331 #define EXPRESSION_OP_FUNC__FORK 301
00332 #define EXPRESSION_OP_FUNC__JOIN 302
00333 #define EXPRESSION_OP_FUNC__DISABLE 303
00334 #define EXPRESSION_OP_FUNC__REPEAT 304
00335 #define EXPRESSION_OP_FUNC__EXPONENT 305
00336 #define EXPRESSION_OP_FUNC__PASSIGN 306
00337 #define EXPRESSION_OP_FUNC__MBIT_POS 307
00338 #define EXPRESSION_OP_FUNC__MBIT_NEG 308
00339 #define EXPRESSION_OP_FUNC__NEGATE 309
00340 #define EXPRESSION_OP_FUNC__IINC 310
00341 #define EXPRESSION_OP_FUNC__PINC 311
00342 #define EXPRESSION_OP_FUNC__IDEC 312
00343 #define EXPRESSION_OP_FUNC__PDEC 313
00344 #define EXPRESSION_OP_FUNC__DLY_ASSIGN 314
00345 #define EXPRESSION_OP_FUNC__DLY_OP 315
00346 #define EXPRESSION_OP_FUNC__REPEAT_DLY 316
00347 #define EXPRESSION_OP_FUNC__DIM 317
00348 #define EXPRESSION_OP_FUNC__WAIT 318
00349 #define EXPRESSION_OP_FUNC__FINISH 319
00350 #define EXPRESSION_OP_FUNC__STOP 320
00351 #define EXPRESSION_OPERATE 321
00352 #define EXPRESSION_OPERATE_RECURSIVELY 322
00353 #define EXPRESSION_IS_STATIC_ONLY_HELPER 323
00354 #define EXPRESSION_IS_ASSIGNED 324
00355 #define EXPRESSION_IS_BIT_SELECT 325
00356 #define EXPRESSION_IS_LAST_SELECT 326
00357 #define EXPRESSION_IS_IN_RASSIGN 327
00358 #define EXPRESSION_SET_ASSIGNED 328
00359 #define EXPRESSION_SET_CHANGED 329
00360 #define EXPRESSION_ASSIGN 330
00361 #define EXPRESSION_DEALLOC 331
00362 #define FSM_CREATE 332
00363 #define FSM_ADD_ARC 333
00364 #define FSM_CREATE_TABLES 334
00365 #define FSM_DB_WRITE 335
00366 #define FSM_DB_READ 336
00367 #define FSM_DB_MERGE 337
00368 #define FSM_MERGE 338
00369 #define FSM_TABLE_SET 339
00370 #define FSM_GET_STATS 340
00371 #define FSM_GET_FUNIT_SUMMARY 341
00372 #define FSM_GET_INST_SUMMARY 342
00373 #define FSM_GATHER_SIGNALS 343
00374 #define FSM_COLLECT 344
00375 #define FSM_GET_COVERAGE 345
00376 #define FSM_DISPLAY_INSTANCE_SUMMARY 346
00377 #define FSM_INSTANCE_SUMMARY 347
00378 #define FSM_DISPLAY_FUNIT_SUMMARY 348
00379 #define FSM_FUNIT_SUMMARY 349
00380 #define FSM_DISPLAY_STATE_VERBOSE 350
00381 #define FSM_DISPLAY_ARC_VERBOSE 351
00382 #define FSM_DISPLAY_VERBOSE 352
00383 #define FSM_INSTANCE_VERBOSE 353
00384 #define FSM_FUNIT_VERBOSE 354
00385 #define FSM_REPORT 355
00386 #define FSM_DEALLOC 356
00387 #define FSM_ARG_PARSE_STATE 357
00388 #define FSM_ARG_PARSE 358
00389 #define FSM_ARG_PARSE_VALUE 359
00390 #define FSM_ARG_PARSE_TRANS 360
00391 #define FSM_ARG_PARSE_ATTR 361
00392 #define FSM_VAR_ADD 362
00393 #define FSM_VAR_IS_OUTPUT_STATE 363
00394 #define FSM_VAR_BIND_EXPR 364
00395 #define FSM_VAR_ADD_EXPR 365
00396 #define FSM_VAR_BIND_STMT 366
00397 #define FSM_VAR_BIND_ADD 367
00398 #define FSM_VAR_STMT_ADD 368
00399 #define FSM_VAR_BIND 369
00400 #define FSM_VAR_DEALLOC 370
00401 #define FSM_VAR_REMOVE 371
00402 #define FSM_VAR_CLEANUP 372
00403 #define FST_READER_PROCESS_HIER 373
00404 #define FST_CALLBACK 374
00405 #define FST_PARSE 375
00406 #define FUNC_ITER_DISPLAY 376
00407 #define FUNC_ITER_SORT 377
00408 #define FUNC_ITER_COUNT_STMT_ITERS 378
00409 #define FUNC_ITER_ADD_STMT_LINKS 379
00410 #define FUNC_ITER_ADD_SIG_LINKS 380
00411 #define FUNC_ITER_INIT 381
00412 #define FUNC_ITER_GET_NEXT_STATEMENT 382
00413 #define FUNC_ITER_GET_NEXT_SIGNAL 383
00414 #define FUNC_ITER_DEALLOC 384
00415 #define FUNIT_INIT 385
00416 #define FUNIT_CREATE 386
00417 #define FUNIT_GET_CURR_MODULE 387
00418 #define FUNIT_GET_CURR_MODULE_SAFE 388
00419 #define FUNIT_GET_CURR_FUNCTION 389
00420 #define FUNIT_GET_CURR_TASK 390
00421 #define FUNIT_GET_PORT_COUNT 391
00422 #define FUNIT_FIND_PARAM 392
00423 #define FUNIT_FIND_SIGNAL 393
00424 #define FUNIT_REMOVE_STMT_BLKS_CALLING_STMT 394
00425 #define FUNIT_GEN_TASK_FUNCTION_NAMEDBLOCK_NAME 395
00426 #define FUNIT_SIZE_ELEMENTS 396
00427 #define FUNIT_DB_WRITE 397
00428 #define FUNIT_DB_READ 398
00429 #define FUNIT_VERSION_DB_READ 399
00430 #define FUNIT_DB_INST_MERGE 400
00431 #define FUNIT_DB_MOD_MERGE 401
00432 #define FUNIT_MERGE 402
00433 #define FUNIT_FLATTEN_NAME 403
00434 #define FUNIT_FIND_BY_ID 404
00435 #define FUNIT_IS_TOP_MODULE 405
00436 #define FUNIT_IS_UNNAMED 406
00437 #define FUNIT_IS_UNNAMED_CHILD_OF 407
00438 #define FUNIT_IS_CHILD_OF 408
00439 #define FUNIT_DISPLAY_SIGNALS 409
00440 #define FUNIT_DISPLAY_EXPRESSIONS 410
00441 #define STATEMENT_ADD_THREAD 411
00442 #define FUNIT_PUSH_THREADS 412
00443 #define STATEMENT_DELETE_THREAD 413
00444 #define FUNIT_OUTPUT_DUMPVARS 414
00445 #define FUNIT_IS_ONE_SIGNAL_ASSIGNED 415
00446 #define FUNIT_CLEAN 416
00447 #define FUNIT_DEALLOC 417
00448 #define GEN_ITEM_STRINGIFY 418
00449 #define GEN_ITEM_DISPLAY 419
00450 #define GEN_ITEM_DISPLAY_BLOCK_HELPER 420
00451 #define GEN_ITEM_DISPLAY_BLOCK 421
00452 #define GEN_ITEM_COMPARE 422
00453 #define GEN_ITEM_FIND 423
00454 #define GEN_ITEM_REMOVE_IF_CONTAINS_EXPR_CALLING_STMT 424
00455 #define GEN_ITEM_GET_GENVAR 425
00456 #define GEN_ITEM_VARNAME_CONTAINS_GENVAR 426
00457 #define GEN_ITEM_CALC_SIGNAL_NAME 427
00458 #define GEN_ITEM_CREATE_EXPR 428
00459 #define GEN_ITEM_CREATE_SIG 429
00460 #define GEN_ITEM_CREATE_STMT 430
00461 #define GEN_ITEM_CREATE_INST 431
00462 #define GEN_ITEM_CREATE_TFN 432
00463 #define GEN_ITEM_CREATE_BIND 433
00464 #define GEN_ITEM_RESIZE_STMTS_AND_SIGS 434
00465 #define GEN_ITEM_ASSIGN_IDS 435
00466 #define GEN_ITEM_DB_WRITE 436
00467 #define GEN_ITEM_DB_WRITE_EXPR_TREE 437
00468 #define GEN_ITEM_CONNECT 438
00469 #define GEN_ITEM_RESOLVE 439
00470 #define GEN_ITEM_BIND 440
00471 #define GENERATE_RESOLVE_INST 441
00472 #define GENERATE_REMOVE_STMT_HELPER 442
00473 #define GENERATE_REMOVE_STMT 443
00474 #define GEN_ITEM_DEALLOC 444
00475 #define SCORE_ADD_ARGS 445
00476 #define INFO_SET_VECTOR_ELEM_SIZE 446
00477 #define INFO_DB_WRITE 447
00478 #define INFO_DB_READ 448
00479 #define ARGS_DB_READ 449
00480 #define MESSAGE_DB_READ 450
00481 #define MERGED_CDD_DB_READ 451
00482 #define INFO_DEALLOC 452
00483 #define INSTANCE_DISPLAY_TREE_HELPER 453
00484 #define INSTANCE_DISPLAY_TREE 454
00485 #define INSTANCE_CREATE 455
00486 #define INSTANCE_GEN_SCOPE 456
00487 #define INSTANCE_COMPARE 457
00488 #define INSTANCE_FIND_SCOPE 458
00489 #define INSTANCE_FIND_BY_FUNIT 459
00490 #define INSTANCE_FIND_BY_FUNIT_NAME_IF_ONE_HELPER 460
00491 #define INSTANCE_FIND_BY_FUNIT_NAME_IF_ONE 461
00492 #define INSTANCE_FIND_SIGNAL_BY_EXCLUSION_ID 462
00493 #define INSTANCE_FIND_EXPRESSION_BY_EXCLUSION_ID 463
00494 #define INSTANCE_FIND_FSM_ARC_INDEX_BY_EXCLUSION_ID 464
00495 #define INSTANCE_ADD_CHILD 465
00496 #define INSTANCE_COPY_HELPER 466
00497 #define INSTANCE_COPY 467
00498 #define INSTANCE_PARSE_ADD 468
00499 #define INSTANCE_RESOLVE_INST 469
00500 #define INSTANCE_RESOLVE_HELPER 470
00501 #define INSTANCE_RESOLVE 471
00502 #define INSTANCE_READ_ADD 472
00503 #define INSTANCE_MERGE 473
00504 #define INSTANCE_GET_LEADING_HIERARCHY 474
00505 #define INSTANCE_MARK_LHIER_DIFFS 475
00506 #define INSTANCE_MERGE_TWO_TREES 476
00507 #define INSTANCE_DB_WRITE 477
00508 #define INSTANCE_ONLY_DB_READ 478
00509 #define INSTANCE_ONLY_DB_MERGE 479
00510 #define INSTANCE_REMOVE_STMT_BLKS_CALLING_STMT 480
00511 #define INSTANCE_REMOVE_PARMS_WITH_EXPR 481
00512 #define INSTANCE_DEALLOC_SINGLE 482
00513 #define INSTANCE_OUTPUT_DUMPVARS 483
00514 #define INSTANCE_DEALLOC_TREE 484
00515 #define INSTANCE_DEALLOC 485
00516 #define LEXER_KEYWORD_1995_CODE 486
00517 #define LEXER_KEYWORD_2001_CODE 487
00518 #define LEXER_KEYWORD_SV_CODE 488
00519 #define LEXER_KEYWORD_SYS_1995_CODE 489
00520 #define LEXER_KEYWORD_SYS_2001_CODE 490
00521 #define LEXER_KEYWORD_SYS_SV_CODE 491
00522 #define LEXER_CSTRING_A 492
00523 #define LEXER_KEYWORD_A 493
00524 #define LEXER_ESCAPED_NAME 494
00525 #define LEXER_SYSTEM_CALL 495
00526 #define LINE_DIRECTIVE 496
00527 #define LINE_DIRECTIVE2 497
00528 #define PROCESS_TIMESCALE_TOKEN 498
00529 #define PROCESS_TIMESCALE 499
00530 #define LEXER_YYWRAP 500
00531 #define RESET_LEXER 501
00532 #define CHECK_FOR_PRAGMA 502
00533 #define LINE_GET_STATS 503
00534 #define LINE_COLLECT 504
00535 #define LINE_GET_FUNIT_SUMMARY 505
00536 #define LINE_GET_INST_SUMMARY 506
00537 #define LINE_DISPLAY_INSTANCE_SUMMARY 507
00538 #define LINE_INSTANCE_SUMMARY 508
00539 #define LINE_DISPLAY_FUNIT_SUMMARY 509
00540 #define LINE_FUNIT_SUMMARY 510
00541 #define LINE_DISPLAY_VERBOSE 511
00542 #define LINE_INSTANCE_VERBOSE 512
00543 #define LINE_FUNIT_VERBOSE 513
00544 #define LINE_REPORT 514
00545 #define STR_LINK_ADD 515
00546 #define STMT_LINK_ADD_HEAD 516
00547 #define EXP_LINK_ADD 517
00548 #define SIG_LINK_ADD 518
00549 #define FSM_LINK_ADD 519
00550 #define FUNIT_LINK_ADD 520
00551 #define GITEM_LINK_ADD 521
00552 #define INST_LINK_ADD 522
00553 #define STR_LINK_FIND 523
00554 #define STMT_LINK_FIND 524
00555 #define STMT_LINK_FIND_BY_POS 525
00556 #define EXP_LINK_FIND 526
00557 #define EXP_LINK_FIND_BY_POS 527
00558 #define SIG_LINK_FIND 528
00559 #define FSM_LINK_FIND 529
00560 #define FSM_LINK_FIND_BY_POS 530
00561 #define FUNIT_LINK_FIND 531
00562 #define GITEM_LINK_FIND 532
00563 #define INST_LINK_FIND_BY_SCOPE 533
00564 #define INST_LINK_FIND_BY_FUNIT 534
00565 #define STR_LINK_REMOVE 535
00566 #define EXP_LINK_REMOVE 536
00567 #define GITEM_LINK_REMOVE 537
00568 #define FUNIT_LINK_REMOVE 538
00569 #define STR_LINK_DELETE_LIST 539
00570 #define STMT_LINK_UNLINK 540
00571 #define STMT_LINK_DELETE_LIST 541
00572 #define EXP_LINK_DELETE_LIST 542
00573 #define SIG_LINK_DELETE_LIST 543
00574 #define FSM_LINK_DELETE_LIST 544
00575 #define FUNIT_LINK_DELETE_LIST 545
00576 #define GITEM_LINK_DELETE_LIST 546
00577 #define INST_LINK_DELETE_LIST 547
00578 #define VCDID 548
00579 #define VCD_CALLBACK 549
00580 #define LXT_PARSE 550
00581 #define LXT2_RD_EXPAND_INTEGER_TO_BITS 551
00582 #define LXT2_RD_EXPAND_BITS_TO_INTEGER 552
00583 #define LXT2_RD_ITER_RADIX 553
00584 #define LXT2_RD_ITER_RADIX0 554
00585 #define LXT2_RD_BUILD_RADIX 555
00586 #define LXT2_RD_REGENERATE_PROCESS_MASK 556
00587 #define LXT2_RD_PROCESS_BLOCK 557
00588 #define LXT2_RD_INIT 558
00589 #define LXT2_RD_CLOSE 559
00590 #define LXT2_RD_GET_FACNAME 560
00591 #define LXT2_RD_ITER_BLOCKS 561
00592 #define LXT2_RD_LIMIT_TIME_RANGE 562
00593 #define LXT2_RD_UNLIMIT_TIME_RANGE 563
00594 #define MEMORY_GET_STAT 564
00595 #define MEMORY_GET_STATS 565
00596 #define MEMORY_GET_FUNIT_SUMMARY 566
00597 #define MEMORY_GET_INST_SUMMARY 567
00598 #define MEMORY_CREATE_PDIM_BIT_ARRAY 568
00599 #define MEMORY_GET_MEM_COVERAGE 569
00600 #define MEMORY_GET_COVERAGE 570
00601 #define MEMORY_COLLECT 571
00602 #define MEMORY_DISPLAY_TOGGLE_INSTANCE_SUMMARY 572
00603 #define MEMORY_TOGGLE_INSTANCE_SUMMARY 573
00604 #define MEMORY_DISPLAY_AE_INSTANCE_SUMMARY 574
00605 #define MEMORY_AE_INSTANCE_SUMMARY 575
00606 #define MEMORY_DISPLAY_TOGGLE_FUNIT_SUMMARY 576
00607 #define MEMORY_TOGGLE_FUNIT_SUMMARY 577
00608 #define MEMORY_DISPLAY_AE_FUNIT_SUMMARY 578
00609 #define MEMORY_AE_FUNIT_SUMMARY 579
00610 #define MEMORY_DISPLAY_MEMORY 580
00611 #define MEMORY_DISPLAY_VERBOSE 581
00612 #define MEMORY_INSTANCE_VERBOSE 582
00613 #define MEMORY_FUNIT_VERBOSE 583
00614 #define MEMORY_REPORT 584
00615 #define MERGE_CHECK 585
00616 #define COMMAND_MERGE 586
00617 #define OBFUSCATE_SET_MODE 587
00618 #define OBFUSCATE_NAME 588
00619 #define OBFUSCATE_DEALLOC 589
00620 #define OVL_IS_ASSERTION_NAME 590
00621 #define OVL_IS_ASSERTION_MODULE 591
00622 #define OVL_IS_COVERAGE_POINT 592
00623 #define OVL_ADD_ASSERTIONS_TO_NO_SCORE_LIST 593
00624 #define OVL_GET_FUNIT_STATS 594
00625 #define OVL_GET_COVERAGE_POINT 595
00626 #define OVL_DISPLAY_VERBOSE 596
00627 #define OVL_COLLECT 597
00628 #define OVL_GET_COVERAGE 598
00629 #define MOD_PARM_FIND 599
00630 #define MOD_PARM_FIND_EXPR_AND_REMOVE 600
00631 #define MOD_PARM_ADD 601
00632 #define INST_PARM_FIND 602
00633 #define INST_PARM_ADD 603
00634 #define INST_PARM_ADD_GENVAR 604
00635 #define INST_PARM_BIND 605
00636 #define DEFPARAM_ADD 606
00637 #define DEFPARAM_DEALLOC 607
00638 #define PARAM_FIND_AND_SET_EXPR_VALUE 608
00639 #define PARAM_SET_SIG_SIZE 609
00640 #define PARAM_SIZE_FUNCTION 610
00641 #define PARAM_EXPR_EVAL 611
00642 #define PARAM_HAS_OVERRIDE 612
00643 #define PARAM_HAS_DEFPARAM 613
00644 #define PARAM_RESOLVE_DECLARED 614
00645 #define PARAM_RESOLVE_OVERRIDE 615
00646 #define PARAM_RESOLVE_INST 616
00647 #define PARAM_RESOLVE 617
00648 #define PARAM_DB_WRITE 618
00649 #define MOD_PARM_DEALLOC 619
00650 #define INST_PARM_DEALLOC 620
00651 #define PARSE_READLINE 621
00652 #define PARSE_DESIGN 622
00653 #define PARSE_AND_SCORE_DUMPFILE 623
00654 #define PARSER_PORT_DECLARATION_A 624
00655 #define PARSER_PORT_DECLARATION_B 625
00656 #define PARSER_PORT_DECLARATION_C 626
00657 #define PARSER_STATIC_EXPR_PRIMARY_A 627
00658 #define PARSER_STATIC_EXPR_PRIMARY_B 628
00659 #define PARSER_EXPRESSION_LIST_A 629
00660 #define PARSER_EXPRESSION_LIST_B 630
00661 #define PARSER_EXPRESSION_LIST_C 631
00662 #define PARSER_EXPRESSION_LIST_D 632
00663 #define PARSER_IDENTIFIER_A 633
00664 #define PARSER_GENERATE_CASE_ITEM_A 634
00665 #define PARSER_GENERATE_CASE_ITEM_B 635
00666 #define PARSER_GENERATE_CASE_ITEM_C 636
00667 #define PARSER_STATEMENT_BEGIN_A 637
00668 #define PARSER_STATEMENT_FORK_A 638
00669 #define PARSER_STATEMENT_FOR_A 639
00670 #define PARSER_CASE_ITEM_A 640
00671 #define PARSER_CASE_ITEM_B 641
00672 #define PARSER_CASE_ITEM_C 642
00673 #define PARSER_DELAY_VALUE_A 643
00674 #define PARSER_DELAY_VALUE_B 644
00675 #define PARSER_PARAMETER_VALUE_BYNAME_A 645
00676 #define PARSER_GATE_INSTANCE_A 646
00677 #define PARSER_GATE_INSTANCE_B 647
00678 #define PARSER_GATE_INSTANCE_C 648
00679 #define PARSER_GATE_INSTANCE_D 649
00680 #define PARSER_LIST_OF_NAMES_A 650
00681 #define PARSER_LIST_OF_NAMES_B 651
00682 #define VLERROR 652
00683 #define VLWARN 653
00684 #define PARSER_DEALLOC_SIG_RANGE 654
00685 #define PARSER_COPY_CURR_RANGE 655
00686 #define PARSER_COPY_RANGE_TO_CURR_RANGE 656
00687 #define PARSER_EXPLICITLY_SET_CURR_RANGE 657
00688 #define PARSER_IMPLICITLY_SET_CURR_RANGE 658
00689 #define PARSER_CHECK_GENERATION 659
00690 #define PARSER_HANDLE_CASE_STATEMENT 660
00691 #define PARSER_HANDLE_CASE_STATEMENT_LIST 661
00692 #define PARSER_HANDLE_GENERATE_CASE_STATEMENT 662
00693 #define PARSER_HANDLE_GENERATE_CASE_STATEMENT_LIST 663
00694 #define PERF_GEN_STATS 664
00695 #define PERF_OUTPUT_MOD_STATS 665
00696 #define PERF_OUTPUT_INST_REPORT_HELPER 666
00697 #define PERF_OUTPUT_INST_REPORT 667
00698 #define DEF_LOOKUP 668
00699 #define IS_DEFINED 669
00700 #define DEF_MATCH 670
00701 #define DEF_START 671
00702 #define DEFINE_MACRO 672
00703 #define DO_DEFINE 673
00704 #define DEF_IS_DONE 674
00705 #define DEF_FINISH 675
00706 #define DEF_UNDEFINE 676
00707 #define INCLUDE_FILENAME 677
00708 #define DO_INCLUDE 678
00709 #define YYWRAP 679
00710 #define RESET_PPLEXER 680
00711 #define RACE_BLK_CREATE 681
00712 #define RACE_FIND_HEAD_STATEMENT_CONTAINING_STATEMENT_HELPER 682
00713 #define RACE_FIND_HEAD_STATEMENT_CONTAINING_STATEMENT 683
00714 #define RACE_GET_HEAD_STATEMENT 684
00715 #define RACE_FIND_HEAD_STATEMENT 685
00716 #define RACE_CALC_STMT_BLK_TYPE 686
00717 #define RACE_CALC_EXPR_ASSIGNMENT 687
00718 #define RACE_CALC_ASSIGNMENTS 688
00719 #define RACE_HANDLE_RACE_CONDITION 689
00720 #define RACE_CHECK_ASSIGNMENT_TYPES 690
00721 #define RACE_CHECK_ONE_BLOCK_ASSIGNMENT 691
00722 #define RACE_CHECK_RACE_COUNT 692
00723 #define RACE_CHECK_MODULES 693
00724 #define RACE_DB_WRITE 694
00725 #define RACE_DB_READ 695
00726 #define RACE_GET_STATS 696
00727 #define RACE_REPORT_SUMMARY 697
00728 #define RACE_REPORT_VERBOSE 698
00729 #define RACE_REPORT 699
00730 #define RACE_COLLECT_LINES 700
00731 #define RACE_BLK_DELETE_LIST 701
00732 #define RANK_CREATE_COMP_CDD_COV 702
00733 #define RANK_DEALLOC_COMP_CDD_COV 703
00734 #define RANK_CHECK_INDEX 704
00735 #define RANK_GATHER_SIGNAL_COV 705
00736 #define RANK_GATHER_COMB_COV 706
00737 #define RANK_GATHER_EXPRESSION_COV 707
00738 #define RANK_GATHER_FSM_COV 708
00739 #define RANK_CALC_NUM_CPS 709
00740 #define RANK_GATHER_COMP_CDD_COV 710
00741 #define RANK_READ_CDD 711
00742 #define RANK_SELECTED_CDD_COV 712
00743 #define RANK_PERFORM_WEIGHTED_SELECTION 713
00744 #define RANK_PERFORM_GREEDY_SORT 714
00745 #define RANK_COUNT_CPS 715
00746 #define RANK_PERFORM 716
00747 #define RANK_OUTPUT 717
00748 #define COMMAND_RANK 718
00749 #define REENTRANT_COUNT_AFU_BITS 719
00750 #define REENTRANT_STORE_DATA_BITS 720
00751 #define REENTRANT_RESTORE_DATA_BITS 721
00752 #define REENTRANT_CREATE 722
00753 #define REENTRANT_DEALLOC 723
00754 #define REPORT_PARSE_METRICS 724
00755 #define REPORT_PARSE_ARGS 725
00756 #define REPORT_GATHER_INSTANCE_STATS 726
00757 #define REPORT_GATHER_FUNIT_STATS 727
00758 #define REPORT_PRINT_HEADER 728
00759 #define REPORT_GENERATE 729
00760 #define REPORT_READ_CDD_AND_READY 730
00761 #define REPORT_CLOSE_CDD 731
00762 #define REPORT_SAVE_CDD 732
00763 #define REPORT_FORMAT_EXCLUSION_REASON 733
00764 #define REPORT_OUTPUT_EXCLUSION_REASON 734
00765 #define COMMAND_REPORT 735
00766 #define SCOPE_FIND_FUNIT_FROM_SCOPE 736
00767 #define SCOPE_FIND_PARAM 737
00768 #define SCOPE_FIND_SIGNAL 738
00769 #define SCOPE_FIND_TASK_FUNCTION_NAMEDBLOCK 739
00770 #define SCOPE_GET_PARENT_FUNIT 740
00771 #define SCOPE_GET_PARENT_MODULE 741
00772 #define SCORE_GENERATE_TOP_VPI_MODULE 742
00773 #define SCORE_GENERATE_TOP_DUMPVARS_MODULE 743
00774 #define SCORE_GENERATE_PLI_TAB_FILE 744
00775 #define SCORE_PARSE_DEFINE 745
00776 #define SCORE_PARSE_ARGS 746
00777 #define COMMAND_SCORE 747
00778 #define SEARCH_INIT 748
00779 #define SEARCH_ADD_INCLUDE_PATH 749
00780 #define SEARCH_ADD_DIRECTORY_PATH 750
00781 #define SEARCH_ADD_FILE 751
00782 #define SEARCH_ADD_NO_SCORE_FUNIT 752
00783 #define SEARCH_ADD_EXTENSIONS 753
00784 #define SEARCH_FREE_LISTS 754
00785 #define SIM_CURRENT_THREAD 755
00786 #define SIM_THREAD_POP_HEAD 756
00787 #define SIM_THREAD_INSERT_INTO_DELAY_QUEUE 757
00788 #define SIM_THREAD_PUSH 758
00789 #define SIM_EXPR_CHANGED 759
00790 #define SIM_CREATE_THREAD 760
00791 #define SIM_ADD_THREAD 761
00792 #define SIM_KILL_THREAD 762
00793 #define SIM_KILL_THREAD_WITH_FUNIT 763
00794 #define SIM_ADD_STATICS 764
00795 #define SIM_EXPRESSION 765
00796 #define SIM_THREAD 766
00797 #define SIM_SIMULATE 767
00798 #define SIM_INITIALIZE 768
00799 #define SIM_STOP 769
00800 #define SIM_FINISH 770
00801 #define SIM_ADD_NONBLOCK_ASSIGN 771
00802 #define SIM_PERFORM_NBA 772
00803 #define SIM_DEALLOC 773
00804 #define STATISTIC_CREATE 774
00805 #define STATISTIC_IS_EMPTY 775
00806 #define STATISTIC_DEALLOC 776
00807 #define STATEMENT_CREATE 777
00808 #define STATEMENT_QUEUE_ADD 778
00809 #define STATEMENT_QUEUE_COMPARE 779
00810 #define STATEMENT_SIZE_ELEMENTS 780
00811 #define STATEMENT_DB_WRITE 781
00812 #define STATEMENT_DB_WRITE_TREE 782
00813 #define STATEMENT_DB_WRITE_EXPR_TREE 783
00814 #define STATEMENT_DB_READ 784
00815 #define STATEMENT_ASSIGN_EXPR_IDS 785
00816 #define STATEMENT_CONNECT 786
00817 #define STATEMENT_GET_LAST_LINE_HELPER 787
00818 #define STATEMENT_GET_LAST_LINE 788
00819 #define STATEMENT_FIND_RHS_SIGS 789
00820 #define STATEMENT_FIND_STATEMENT 790
00821 #define STATEMENT_CONTAINS_EXPR_CALLING_STMT 791
00822 #define STATEMENT_DEALLOC_RECURSIVE 792
00823 #define STATEMENT_DEALLOC 793
00824 #define STATIC_EXPR_GEN_UNARY 794
00825 #define STATIC_EXPR_GEN 795
00826 #define STATIC_EXPR_CALC_LSB_AND_WIDTH_PRE 796
00827 #define STATIC_EXPR_CALC_LSB_AND_WIDTH_POST 797
00828 #define STATIC_EXPR_DEALLOC 798
00829 #define STMT_BLK_ADD_TO_REMOVE_LIST 799
00830 #define STMT_BLK_REMOVE 800
00831 #define STMT_BLK_SPECIFY_REMOVAL_REASON 801
00832 #define STRUCT_UNION_LENGTH 802
00833 #define STRUCT_UNION_ADD_MEMBER 803
00834 #define STRUCT_UNION_ADD_MEMBER_VOID 804
00835 #define STRUCT_UNION_ADD_MEMBER_SIG 805
00836 #define STRUCT_UNION_ADD_MEMBER_TYPEDEF 806
00837 #define STRUCT_UNION_ADD_MEMBER_ENUM 807
00838 #define STRUCT_UNION_ADD_MEMBER_STRUCT_UNION 808
00839 #define STRUCT_UNION_CREATE 809
00840 #define STRUCT_UNION_MEMBER_DEALLOC 810
00841 #define STRUCT_UNION_DEALLOC 811
00842 #define STRUCT_UNION_DEALLOC_LIST 812
00843 #define SYMTABLE_ADD_SYM_SIG 813
00844 #define SYMTABLE_INIT 814
00845 #define SYMTABLE_CREATE 815
00846 #define SYMTABLE_ADD 816
00847 #define SYMTABLE_SET_VALUE 817
00848 #define SYMTABLE_ASSIGN 818
00849 #define SYMTABLE_DEALLOC 819
00850 #define SYS_TASK_UNIFORM 820
00851 #define SYS_TASK_RTL_DIST_UNIFORM 821
00852 #define SYS_TASK_SRANDOM 822
00853 #define SYS_TASK_RANDOM 823
00854 #define SYS_TASK_URANDOM 824
00855 #define SYS_TASK_URANDOM_RANGE 825
00856 #define SYS_TASK_REALTOBITS 826
00857 #define SYS_TASK_BITSTOREAL 827
00858 #define SYS_TASK_SHORTREALTOBITS 828
00859 #define SYS_TASK_BITSTOSHORTREAL 829
00860 #define SYS_TASK_ITOR 830
00861 #define SYS_TASK_RTOI 831
00862 #define SYS_TASK_STORE_PLUSARGS 832
00863 #define SYS_TASK_TEST_PLUSARG 833
00864 #define SYS_TASK_VALUE_PLUSARGS 834
00865 #define SYS_TASK_DEALLOC 835
00866 #define TCL_FUNC_GET_RACE_REASON_MSGS 836
00867 #define TCL_FUNC_GET_FUNIT_LIST 837
00868 #define TCL_FUNC_GET_INSTANCES 838
00869 #define TCL_FUNC_GET_INSTANCE_LIST 839
00870 #define TCL_FUNC_IS_FUNIT 840
00871 #define TCL_FUNC_GET_FUNIT 841
00872 #define TCL_FUNC_GET_INST 842
00873 #define TCL_FUNC_GET_FUNIT_NAME 843
00874 #define TCL_FUNC_GET_FILENAME 844
00875 #define TCL_FUNC_INST_SCOPE 845
00876 #define TCL_FUNC_GET_FUNIT_START_AND_END 846
00877 #define TCL_FUNC_COLLECT_UNCOVERED_LINES 847
00878 #define TCL_FUNC_COLLECT_COVERED_LINES 848
00879 #define TCL_FUNC_COLLECT_RACE_LINES 849
00880 #define TCL_FUNC_COLLECT_UNCOVERED_TOGGLES 850
00881 #define TCL_FUNC_COLLECT_COVERED_TOGGLES 851
00882 #define TCL_FUNC_COLLECT_UNCOVERED_MEMORIES 852
00883 #define TCL_FUNC_COLLECT_COVERED_MEMORIES 853
00884 #define TCL_FUNC_GET_TOGGLE_COVERAGE 854
00885 #define TCL_FUNC_GET_MEMORY_COVERAGE 855
00886 #define TCL_FUNC_COLLECT_UNCOVERED_COMBS 856
00887 #define TCL_FUNC_COLLECT_COVERED_COMBS 857
00888 #define TCL_FUNC_GET_COMB_EXPRESSION 858
00889 #define TCL_FUNC_GET_COMB_COVERAGE 859
00890 #define TCL_FUNC_COLLECT_UNCOVERED_FSMS 860
00891 #define TCL_FUNC_COLLECT_COVERED_FSMS 861
00892 #define TCL_FUNC_GET_FSM_COVERAGE 862
00893 #define TCL_FUNC_COLLECT_UNCOVERED_ASSERTIONS 863
00894 #define TCL_FUNC_COLLECT_COVERED_ASSERTIONS 864
00895 #define TCL_FUNC_GET_ASSERT_COVERAGE 865
00896 #define TCL_FUNC_OPEN_CDD 866
00897 #define TCL_FUNC_CLOSE_CDD 867
00898 #define TCL_FUNC_SAVE_CDD 868
00899 #define TCL_FUNC_MERGE_CDD 869
00900 #define TCL_FUNC_GET_LINE_SUMMARY 870
00901 #define TCL_FUNC_GET_TOGGLE_SUMMARY 871
00902 #define TCL_FUNC_GET_MEMORY_SUMMARY 872
00903 #define TCL_FUNC_GET_COMB_SUMMARY 873
00904 #define TCL_FUNC_GET_FSM_SUMMARY 874
00905 #define TCL_FUNC_GET_ASSERT_SUMMARY 875
00906 #define TCL_FUNC_PREPROCESS_VERILOG 876
00907 #define TCL_FUNC_GET_SCORE_PATH 877
00908 #define TCL_FUNC_GET_INCLUDE_PATHNAME 878
00909 #define TCL_FUNC_GET_GENERATION 879
00910 #define TCL_FUNC_SET_LINE_EXCLUDE 880
00911 #define TCL_FUNC_SET_TOGGLE_EXCLUDE 881
00912 #define TCL_FUNC_SET_MEMORY_EXCLUDE 882
00913 #define TCL_FUNC_SET_COMB_EXCLUDE 883
00914 #define TCL_FUNC_FSM_EXCLUDE 884
00915 #define TCL_FUNC_SET_ASSERT_EXCLUDE 885
00916 #define TCL_FUNC_GENERATE_REPORT 886
00917 #define TCL_FUNC_INITIALIZE 887
00918 #define TOGGLE_GET_STATS 888
00919 #define TOGGLE_COLLECT 889
00920 #define TOGGLE_GET_COVERAGE 890
00921 #define TOGGLE_GET_FUNIT_SUMMARY 891
00922 #define TOGGLE_GET_INST_SUMMARY 892
00923 #define TOGGLE_DISPLAY_INSTANCE_SUMMARY 893
00924 #define TOGGLE_INSTANCE_SUMMARY 894
00925 #define TOGGLE_DISPLAY_FUNIT_SUMMARY 895
00926 #define TOGGLE_FUNIT_SUMMARY 896
00927 #define TOGGLE_DISPLAY_VERBOSE 897
00928 #define TOGGLE_INSTANCE_VERBOSE 898
00929 #define TOGGLE_FUNIT_VERBOSE 899
00930 #define TOGGLE_REPORT 900
00931 #define TREE_ADD 901
00932 #define TREE_FIND 902
00933 #define TREE_REMOVE 903
00934 #define TREE_DEALLOC 904
00935 #define CHECK_OPTION_VALUE 905
00936 #define IS_VARIABLE 906
00937 #define IS_FUNC_UNIT 907
00938 #define IS_LEGAL_FILENAME 908
00939 #define GET_BASENAME 909
00940 #define GET_DIRNAME 910
00941 #define GET_ABSOLUTE_PATH 911
00942 #define GET_RELATIVE_PATH 912
00943 #define DIRECTORY_EXISTS 913
00944 #define DIRECTORY_LOAD 914
00945 #define FILE_EXISTS 915
00946 #define UTIL_READLINE 916
00947 #define GET_QUOTED_STRING 917
00948 #define SUBSTITUTE_ENV_VARS 918
00949 #define SCOPE_EXTRACT_FRONT 919
00950 #define SCOPE_EXTRACT_BACK 920
00951 #define SCOPE_EXTRACT_SCOPE 921
00952 #define SCOPE_GEN_PRINTABLE 922
00953 #define SCOPE_COMPARE 923
00954 #define SCOPE_LOCAL 924
00955 #define CONVERT_FILE_TO_MODULE 925
00956 #define GET_NEXT_VFILE 926
00957 #define GEN_SPACE 927
00958 #define REMOVE_UNDERSCORES 928
00959 #define GET_FUNIT_TYPE 929
00960 #define CALC_MISS_PERCENT 930
00961 #define READ_COMMAND_FILE 931
00962 #define VCD_PARSE_DEF_IGNORE 932
00963 #define VCD_PARSE_DEF_VAR 933
00964 #define VCD_PARSE_DEF_SCOPE 934
00965 #define VCD_PARSE_DEF 935
00966 #define VCD_PARSE_SIM_VECTOR 936
00967 #define VCD_PARSE_SIM_REAL 937
00968 #define VCD_PARSE_SIM_IGNORE 938
00969 #define VCD_PARSE_SIM 939
00970 #define VCD_PARSE 940
00971 #define VECTOR_INIT 941
00972 #define VECTOR_INT_R64 942
00973 #define VECTOR_INT_R32 943
00974 #define VECTOR_CREATE 944
00975 #define VECTOR_COPY 945
00976 #define VECTOR_COPY_RANGE 946
00977 #define VECTOR_CLONE 947
00978 #define VECTOR_DB_WRITE 948
00979 #define VECTOR_DB_READ 949
00980 #define VECTOR_DB_MERGE 950
00981 #define VECTOR_MERGE 951
00982 #define VECTOR_GET_EVAL_A 952
00983 #define VECTOR_GET_EVAL_B 953
00984 #define VECTOR_GET_EVAL_C 954
00985 #define VECTOR_GET_EVAL_D 955
00986 #define VECTOR_GET_EVAL_AB_COUNT 956
00987 #define VECTOR_GET_EVAL_ABC_COUNT 957
00988 #define VECTOR_GET_EVAL_ABCD_COUNT 958
00989 #define VECTOR_GET_TOGGLE01_ULONG 959
00990 #define VECTOR_GET_TOGGLE10_ULONG 960
00991 #define VECTOR_DISPLAY_TOGGLE01_ULONG 961
00992 #define VECTOR_DISPLAY_TOGGLE10_ULONG 962
00993 #define VECTOR_TOGGLE_COUNT 963
00994 #define VECTOR_MEM_RW_COUNT 964
00995 #define VECTOR_SET_ASSIGNED 965
00996 #define VECTOR_SET_COVERAGE_AND_ASSIGN 966
00997 #define VECTOR_GET_SIGN_EXTEND_VECTOR_ULONG 967
00998 #define VECTOR_SIGN_EXTEND_ULONG 968
00999 #define VECTOR_LSHIFT_ULONG 969
01000 #define VECTOR_RSHIFT_ULONG 970
01001 #define VECTOR_SET_VALUE 971
01002 #define VECTOR_PART_SELECT_PULL 972
01003 #define VECTOR_PART_SELECT_PUSH 973
01004 #define VECTOR_SET_UNARY_EVALS 974
01005 #define VECTOR_SET_AND_COMB_EVALS 975
01006 #define VECTOR_SET_OR_COMB_EVALS 976
01007 #define VECTOR_SET_OTHER_COMB_EVALS 977
01008 #define VECTOR_IS_UKNOWN 978
01009 #define VECTOR_IS_NOT_ZERO 979
01010 #define VECTOR_SET_TO_X 980
01011 #define VECTOR_TO_INT 981
01012 #define VECTOR_TO_UINT64 982
01013 #define VECTOR_TO_REAL64 983
01014 #define VECTOR_TO_SIM_TIME 984
01015 #define VECTOR_FROM_INT 985
01016 #define VECTOR_FROM_UINT64 986
01017 #define VECTOR_FROM_REAL64 987
01018 #define VECTOR_SET_STATIC 988
01019 #define VECTOR_TO_STRING 989
01020 #define VECTOR_FROM_STRING_FIXED 990
01021 #define VECTOR_FROM_STRING 991
01022 #define VECTOR_VCD_ASSIGN 992
01023 #define VECTOR_BITWISE_AND_OP 993
01024 #define VECTOR_BITWISE_NAND_OP 994
01025 #define VECTOR_BITWISE_OR_OP 995
01026 #define VECTOR_BITWISE_NOR_OP 996
01027 #define VECTOR_BITWISE_XOR_OP 997
01028 #define VECTOR_BITWISE_NXOR_OP 998
01029 #define VECTOR_OP_LT 999
01030 #define VECTOR_OP_LE 1000
01031 #define VECTOR_OP_GT 1001
01032 #define VECTOR_OP_GE 1002
01033 #define VECTOR_OP_EQ 1003
01034 #define VECTOR_CEQ_ULONG 1004
01035 #define VECTOR_OP_CEQ 1005
01036 #define VECTOR_OP_CXEQ 1006
01037 #define VECTOR_OP_CZEQ 1007
01038 #define VECTOR_OP_NE 1008
01039 #define VECTOR_OP_CNE 1009
01040 #define VECTOR_OP_LOR 1010
01041 #define VECTOR_OP_LAND 1011
01042 #define VECTOR_OP_LSHIFT 1012
01043 #define VECTOR_OP_RSHIFT 1013
01044 #define VECTOR_OP_ARSHIFT 1014
01045 #define VECTOR_OP_ADD 1015
01046 #define VECTOR_OP_NEGATE 1016
01047 #define VECTOR_OP_SUBTRACT 1017
01048 #define VECTOR_OP_MULTIPLY 1018
01049 #define VECTOR_OP_DIVIDE 1019
01050 #define VECTOR_OP_MODULUS 1020
01051 #define VECTOR_OP_INC 1021
01052 #define VECTOR_OP_DEC 1022
01053 #define VECTOR_UNARY_INV 1023
01054 #define VECTOR_UNARY_AND 1024
01055 #define VECTOR_UNARY_NAND 1025
01056 #define VECTOR_UNARY_OR 1026
01057 #define VECTOR_UNARY_NOR 1027
01058 #define VECTOR_UNARY_XOR 1028
01059 #define VECTOR_UNARY_NXOR 1029
01060 #define VECTOR_UNARY_NOT 1030
01061 #define VECTOR_OP_EXPAND 1031
01062 #define VECTOR_OP_LIST 1032
01063 #define VECTOR_OP_CLOG2 1033
01064 #define VECTOR_DEALLOC_VALUE 1034
01065 #define VECTOR_DEALLOC 1035
01066 #define SYM_VALUE_STORE 1036
01067 #define ADD_SYM_VALUES_TO_SIM 1037
01068 #define COVERED_VALUE_CHANGE_BIN 1038
01069 #define COVERED_VALUE_CHANGE_REAL 1039
01070 #define COVERED_END_OF_SIM 1040
01071 #define COVERED_CB_ERROR_HANDLER 1041
01072 #define GEN_NEXT_SYMBOL 1042
01073 #define COVERED_CREATE_VALUE_CHANGE_CB 1043
01074 #define COVERED_PARSE_TASK_FUNC 1044
01075 #define COVERED_PARSE_SIGNALS 1045
01076 #define COVERED_PARSE_INSTANCE 1046
01077 #define COVERED_SIM_CALLTF 1047
01078 #define VSIGNAL_INIT 1048
01079 #define VSIGNAL_CREATE 1049
01080 #define VSIGNAL_CREATE_VEC 1050
01081 #define VSIGNAL_DUPLICATE 1051
01082 #define VSIGNAL_DB_WRITE 1052
01083 #define VSIGNAL_DB_READ 1053
01084 #define VSIGNAL_DB_MERGE 1054
01085 #define VSIGNAL_MERGE 1055
01086 #define VSIGNAL_PROPAGATE 1056
01087 #define VSIGNAL_VCD_ASSIGN 1057
01088 #define VSIGNAL_ADD_EXPRESSION 1058
01089 #define VSIGNAL_FROM_STRING 1059
01090 #define VSIGNAL_CALC_WIDTH_FOR_EXPR 1060
01091 #define VSIGNAL_CALC_LSB_FOR_EXPR 1061
01092 #define VSIGNAL_DEALLOC 1062
01093 
01094 extern profiler profiles[NUM_PROFILES];
01095 #endif
01096 
01097 extern unsigned int profile_index;
01098 
01099 #endif
01100 
Generated on Sun Nov 21 00:55:35 2010 for Covered by  doxygen 1.6.3