Ignore:
Timestamp:
Jan 4, 2012, 12:03:00 PM (12 years ago)
Author:
cecile
Message:

Add Abnormal predicate structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vis_dev/vis-2.3/src/debug/debugInt.h

    r27 r36  
    3232******************************************************************************/
    3333
    34 #ifndef _TSTINT
    35 #define _TSTINT
     34#ifndef _DBGINT
     35#define _DBGINT
    3636
    3737/*---------------------------------------------------------------------------*/
     
    5151/* Structure declarations                                                    */
    5252/*---------------------------------------------------------------------------*/
     53struct DbgAbnormalStruct{
     54        Ntk_Network_t * network;
     55        array_t * abnormal; /* Array of Ntk_Node_t* */
     56        array_t * freeInputs; /* Array of Ntk_Node_t* */
     57        int verbose;
     58};
    5359
    5460
     
    7480/*---------------------------------------------------------------------------*/
    7581
     82void printLatch(st_table* CoiTable);
     83st_table * generateAllLatches(Ntk_Network_t * ntk);
     84void mdd_GetState_Values(mdd_manager *mgr, mdd_t * top, FILE * f);
    7685
    7786/**AutomaticEnd***************************************************************/
Note: See TracChangeset for help on using the changeset viewer.