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