Ignore:
Timestamp:
May 30, 2007, 6:21:04 PM (17 years ago)
Author:
chou
Message:

correction de qq bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/Parser/src/Parse_save.cpp

    r32 r33  
    33 * type: 0 ->user save a file
    44 *       1 ->function apply() temporary save
     5 * experimental function !!!
    56 */
    67#include "Tools/Viewer/Parser/include/parser.h"
     
    133134            ts << "     </front_end>" <<endl <<endl;
    134135          }
     136        if((it+1)!=g->end() && (it+1)->getName()=="front_end" && (it)->getName()=="decod")
     137          {
     138            ts << "        </decod_unit>" <<endl <<endl;
     139            ts << "     </front_end>" <<endl <<endl;
     140          }
    135141        if((it+1)!=g->end() && (it+1)->getName()=="execution_loop" && (it)->getName()=="commit")
    136142          ts << "       </out_of_order_engine>" <<endl <<endl;
Note: See TracChangeset for help on using the changeset viewer.