Ignore:
Timestamp:
Jun 8, 2009, 10:43:30 PM (15 years ago)
Author:
rosiere
Message:

1) Fix performance
2) add auto generation to SPECINT2000
3) add reset in genMoore and genMealy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Core_Glue/src/Core_Glue_genMealy_branch_complete.cpp

    r98 r123  
    3333        BRANCH_COMPLETE_OOO_ENGINE_ACK [i][j] = 0;
    3434
     35    if (PORT_READ(in_NRESET))
     36      {
    3537    for (uint32_t i=0; i<_param->_nb_ooo_engine; ++i)
    3638      for (uint32_t j=0; j<_param->_ooo_engine_nb_inst_branch_complete[i]; ++j)
     
    5456          PORT_WRITE(out_BRANCH_COMPLETE_OOO_ENGINE_MISS_PREDICTION [i][j], PORT_READ(in_BRANCH_COMPLETE_FRONT_END_MISS_PREDICTION [num_front_end][j]));
    5557        }
     58      }
    5659
    5760    for (uint32_t i=0; i<_param->_nb_front_end; ++i)
Note: See TracChangeset for help on using the changeset viewer.