Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component_vbe/src/New_Component_allocation.cpp

    • Property svn:keywords deleted
    r81 r82  
    88#include "Behavioural/@DIRECTORY/include/@COMPONENT.h"
    99#include "Behavioural/include/Allocation.h"
     10#include "Common/include/Max.h"
    1011
    1112namespace morpheo                    {
     
    2425                               )
    2526  {
    26     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     27    log_begin(@COMPONENT,FUNCTION);
    2728
    2829    _component   = new Component (_usage);
     
    4344                                                         ,IN
    4445                                                         ,SOUTH,
    45                                                          "Generalist interface"
     46                                                         _("Generalist interface")
    4647#endif
    4748                                                         );
     
    5758#endif
    5859
    59     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
     60    log_end(@COMPONENT,FUNCTION);
    6061  };
    6162
Note: See TracChangeset for help on using the changeset viewer.