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

    r122 r123  
    468468              COMPONENT_MAP(_component,src , "in_RENAME_"+toString(j)+"_"+toString(k)+"_NO_EXECUTE"   ,
    469469                                       dest,"out_DECOD_"                 +toString(k)+"_NO_EXECUTE"   );
     470//               COMPONENT_MAP(_component,src , "in_RENAME_"+toString(j)+"_"+toString(k)+"_HAVE_EVENT"   ,
     471//                                        dest,"out_DECOD_"                 +toString(k)+"_HAVE_EVENT"   );
     472              COMPONENT_MAP(_component,src , "in_RENAME_"+toString(j)+"_"+toString(k)+"_LAST_EVENT"   ,
     473                                       dest,"out_DECOD_"                 +toString(k)+"_LAST_EVENT"   );
    470474              COMPONENT_MAP(_component,src , "in_RENAME_"+toString(j)+"_"+toString(k)+"_IS_DELAY_SLOT",
    471475                                       dest,"out_DECOD_"                 +toString(k)+"_IS_DELAY_SLOT");
Note: See TracChangeset for help on using the changeset viewer.