Ignore:
Timestamp:
Mar 6, 2007, 3:34:04 PM (17 years ago)
Author:
kane
Message:

1) Ajout d'un "printer" XML pour la configuration de paramètres

2) Fin du composant "Two_Level_Branch_Predictor"

validation * systemc

  • vhdl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/src/Two_Level_Branch_Predictor_statistics.cpp

    r2 r3  
    2222    log_printf(FUNC,Two_Level_Branch_Predictor,"statistics","Begin");
    2323
     24    string stat_component_Branch_History_Table  = (_param._have_bht==false)?"":component_Branch_History_Table  ->statistics(depth+1);
     25    string stat_component_Pattern_History_Table = (_param._have_pht==false)?"":component_Pattern_History_Table ->statistics(depth+1);
     26
    2427    string txt = _stat->print(depth,
    25                               component_Branch_History_Table           ->statistics(depth+1) +
    26                               component_Pattern_History_Table          ->statistics(depth+1) +
     28                              stat_component_Branch_History_Table                            +
     29                              stat_component_Pattern_History_Table                          +
    2730                              component_Two_Level_Branch_Predictor_Glue->statistics(depth+1)
    2831                              );
Note: See TracChangeset for help on using the changeset viewer.