Ignore:
Timestamp:
Feb 16, 2010, 1:35:48 PM (14 years ago)
Author:
rosiere
Message:

Various modif (add test, and vhdl)

File:
1 edited

Legend:

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

    r136 r137  
    462462              COMPONENT_MAP(_component,src , "in_RENAME_"+toString(j)+"_"+toString(k)+"_DEPTH"        ,
    463463                                       dest,"out_DECOD_"                 +toString(k)+"_DEPTH"        );
     464#ifdef STATISTICS
     465              COMPONENT_MAP(_component,src , "in_RENAME_"+toString(j)+"_"+toString(k)+"_INSTRUCTION"  ,
     466                                       dest,"out_DECOD_"                 +toString(k)+"_INSTRUCTION"  );
     467#endif
    464468              COMPONENT_MAP(_component,src , "in_RENAME_"+toString(j)+"_"+toString(k)+"_TYPE"         ,
    465469                                       dest,"out_DECOD_"                 +toString(k)+"_TYPE"         );
Note: See TracChangeset for help on using the changeset viewer.