Ignore:
Timestamp:
Jan 15, 2009, 6:19:08 PM (15 years ago)
Author:
rosiere
Message:

1) Add soc test
2) fix bug (Pc management, Decod and execute, Update prediction ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Prediction_unit_Glue/src/Prediction_unit_Glue_genMealy_predict.cpp

    r100 r101  
    151151               
    152152                    // Branch is the last slot : next paquet is the delay slot
    153                     pc_next            = address_src+1; // sequencial
     153                    pc_next            = address_src+1; // sequential
    154154                    pc_next_is_ds_take = 1;
    155155                    address_msb        = _param->_nb_instruction [context]; // == (address_src_lsb+1)
     
    341341
    342342                // Take the address packet base and add new packet
    343                 pc_next                     = pc_current-address_lsb+_param->_nb_instruction [context]; // sequencial
     343                pc_next                     = pc_current-address_lsb+_param->_nb_instruction [context]; // sequential
    344344                pc_next_is_ds_take          = 0; // no branch, also no delay slot
    345345                inst_ifetch_ptr             = 0;
Note: See TracChangeset for help on using the changeset viewer.