Changeset 98 for vis_dev/vis-2.3/src/rob


Ignore:
Timestamp:
Jul 15, 2012, 2:15:06 PM (12 years ago)
Author:
cecile
Message:

add part of cex

Location:
vis_dev/vis-2.3/src/rob
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vis_dev/vis-2.3/src/rob/Robust.c

    r30 r98  
    16961696 *  Synopsis    [Generate name of protected register]
    16971697
    1698   Description [Generate file containing names of latches int he golden model that have to be
    1699   protected. ]
     1698  Description [Generate file containing names of latches in the golden model
     1699  that have to be protected. ]
    17001700
    17011701  SideEffects []
  • vis_dev/vis-2.3/src/rob/robCmd.c

    r43 r98  
    14841484Hrc_Node_t * rootNode = Hrc_ManagerReadRootNode(*hmgr);
    14851485if(rootNode == NIL(Hrc_Node_t)){
    1486         printf("Please build the network first");
     1486        printf("Please build the network first\n");
    14871487        return 1;
    14881488}
     
    14911491Hrc_Node_t * goldenNode = Hrc_NodeFindChildByName(rootNode, name);
    14921492if(goldenNode == NIL(Hrc_Node_t)){
    1493         printf("Please build the network first");
     1493        printf("Compose the network with a golden name golden first\n");
    14941494        return 1;
    14951495}
Note: See TracChangeset for help on using the changeset viewer.