Ignore:
Timestamp:
Mar 9, 2007, 7:16:58 PM (17 years ago)
Author:
rosiere
Message:

Ajout du composant Meta_Predictor

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/SelfTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/SelfTest/configuration.cfg

    r3 r5  
    11Two_Level_Branch_Predictor
    221       1       +1      # have_bht           
    3 6       8       +1      # bht_size_shifter   
    4 64      64      *2      # bht_nb_shifter     
    5 0       1       +1      # have_pht           
    6 4       4       +1      # pht_size_counter   
    7 256     512     *2      # pht_nb_counter     
    8 0       2       +1      # pht_size_address_share
     38       8       +1      # bht_size_shifter   
     4512     512     *2      # bht_nb_shifter     
     51       1       +1      # have_pht           
     68       8       +1      # pht_size_counter   
     7512     512     *2      # pht_nb_counter     
     82       2       +1      # pht_size_address_share
    9916      16      +1      # size_address     
    10 1       1       +1      # nb_prediction     
    11 1       1       +1      # nb_branch_complete
     102       2       +1      # nb_prediction     
     112       2       +1      # nb_branch_complete
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Two_Level_Branch_Predictor/SelfTest/src/test.cpp

    r3 r5  
    220220      cout << "{"+toString(static_cast<uint32_t>(sc_simulation_time()))+"} Predict          : bht_history " << bht_history << " - pht_history " << pht_history[bht_history] << endl;
    221221
     222
    222223      // Ask a new prediction
    223224      PREDICT_VAL                  [num_port_predict        ]->write(1);
Note: See TracChangeset for help on using the changeset viewer.