Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Queue/src/Queue_deallocation.cpp

    r81 r88  
    2020    log_printf(FUNC,Queue,FUNCTION,"Begin");
    2121
    22     if (_usage & USE_SYSTEMC)
     22    if (usage_is_set(_usage,USE_SYSTEMC))
    2323      {
    2424        delete    in_CLOCK ;
     
    3333        delete   out_RETIRE_DATA;
    3434       
     35        // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
     36        delete _queue_control;
     37        delete _queue_data;
    3538      }
    36     // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    37     delete _queue_control;
    38     delete _queue_data;
     39
    3940    delete _component;
    4041
Note: See TracChangeset for help on using the changeset viewer.