Ignore:
Timestamp:
Jul 8, 2009, 8:40:08 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method
2) test with systemc 2.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/src/RegisterFile_deallocation.cpp

    r128 r131  
    33 * $Id$
    44 *
    5  * [ Description ]
     5 * [ Description ]
    66 *
    77 */
     
    1919    log_printf(FUNC,RegisterFile,"deallocation","Begin");
    2020
     21#ifdef SYSTEMCASS_SPECIFIC
    2122    delete in_CLOCK;
    2223    delete in_NRESET;
     
    5253    delete []  in_WRITE_ADDRESS;
    5354    delete []  in_WRITE_DATA   ;
     55#endif
    5456
    55     // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
     57    // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    5658
    5759//   delete _component;
Note: See TracChangeset for help on using the changeset viewer.