Ignore:
Timestamp:
Jan 30, 2008, 5:24:14 PM (16 years ago)
Author:
rosiere
Message:

New component : Read_unit (instance between a write queue and a optionnal execute_queue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Stat_print.cpp

    r71 r74  
    1616    xml.attribut("name",_name_instance);
    1717    xml.balise_open_end();
     18
     19    // Print component
     20    for (std::list<Stat *>::iterator stat=_list_stat->begin();
     21         stat != _list_stat->end();
     22         stat ++)
     23      xml.text((*stat)->print(depth+1));
     24   
    1825
    1926    // Test special case
Note: See TracChangeset for help on using the changeset viewer.