Ignore:
Timestamp:
Sep 6, 2007, 6:30:49 PM (17 years ago)
Author:
rosiere
Message:
  • Banc de registre multi banc
  • Banc de registre générique.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_deallocation.cpp

    r42 r53  
     1#undef  FUNCTION
     2#define FUNCTION "@COMPONENT::"
     3
    14#ifdef SYSTEMC
    25/*
     
    1316@NAMESPACE_BEGIN
    1417
     18#undef  FUNCTION
     19#define FUNCTION "@COMPONENT::deallocation"
    1520  void @COMPONENT::deallocation (void)
    1621  {
    17     log_printf(FUNC,@COMPONENT,"deallocation","Begin");
     22    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    1823
    1924//#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
    20     delete in_CLOCK;
     25    delete    in_CLOCK ;
    2126//#endif
    22     delete in_NRESET;
     27    delete    in_NRESET;
    2328
    2429    // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
     
    2631    delete _component;
    2732
    28     log_printf(FUNC,@COMPONENT,"deallocation","End");
     33    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2934  };
    3035
Note: See TracChangeset for help on using the changeset viewer.