Ignore:
Timestamp:
May 26, 2009, 9:01:47 PM (15 years ago)
Author:
rosiere
Message:

1) Context_state : Add statistics
2) Add configuration with multi front_end
3) Add optionnal pid at log filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Decod_unit/Decod/src/Decod_genMealy.cpp

    r119 r120  
    202202
    203203//                  can_continue [x] = false; // one branch per context, the DS don't execute
    204                     can_continue [x]&= PORT_READ(in_PREDICT_CAN_CONTINUE [i]); // one branch per context, the DS don't execute
     204                    can_continue [x]&= PORT_READ(in_PREDICT_CAN_CONTINUE [i]); // one branch per context, the DS don't execute
    205205                    have_decod_branch [x] = true;
    206                   }
     206                   
     207                    log_printf(TRACE,Decod,FUNCTION,"      * predict_can_continue   : %d",PORT_READ(in_PREDICT_CAN_CONTINUE [i]));
     208                  }
    207209
    208210                Tevent_type_t event_type = _decod_instruction->_event_type;
     
    245247
    246248                can_continue [x] &= have_transaction; // to have a in order decod !!! if a previous instruction can decod, also next instruction can't decod.
     249
     250                log_printf(TRACE,Decod,FUNCTION,"      * have_transaction       : %d",have_transaction);
     251
    247252              }
    248253
Note: See TracChangeset for help on using the changeset viewer.