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/Icache_Access/src/Icache_Access_genMealy_rsp.cpp

    r88 r123  
    2626        context_rsp_val [i][j] = 0;
    2727
     28    if (PORT_READ(in_NRESET))
     29      {
    2830    for (uint32_t i=0; i<_param->_nb_icache_port; ++i)
    2931      {
     
    7577      }
    7678
     79      }
     80    else
     81      for (uint32_t i=0; i<_param->_nb_icache_port; ++i)
     82        PORT_WRITE(out_ICACHE_RSP_ACK [i],0);
     83
    7784    for (uint32_t i=0; i<_param->_nb_front_end; ++i)
    7885      for (uint32_t j=0; j<_param->_nb_context[i]; ++j)
Note: See TracChangeset for help on using the changeset viewer.