Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/Bdd/src/BaseV_afficheBaseConsole.cpp

    r26 r20  
    1 /*
     1 /*
    22 *
    33 * [desc.]
     
    1313        = pos->begin(); it != pos->end(); ++it)
    1414    {
    15      
    1615      morpheo::tools::viewer::bdd::Entity *test=(it->getEntity());
    1716      string n2=test->getName();
     
    1918      cout << n << endl ;
    2019      cout << "----Entity-----------------------------------------" <<endl;
    21       cout << "Entity name:"<< n2 <<" level:"<< it->getLevel()<< endl;
     20      cout << "Entity name:"<< n2<< endl;
    2221      cout << "------------------ports east-----------------------" <<endl;
    2322     
     
    101100           cout << "port :" << it3->getPort() <<endl;
    102101           cout << "comment :" << it3->getComment() <<endl;
    103 
    104            
     102         
     103         
    105104           
    106105             }
    107106         }
    108107      }//if
    109       cout << endl<< "************    fin BASEP  *******************"<<endl <<endl;
    110        
    111108    }//for
    112      
     109   
    113110  }
    114111 
Note: See TracChangeset for help on using the changeset viewer.