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/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Write_queue/src/Write_queue_deallocation.cpp

    r81 r88  
    2424    log_printf(FUNC,Write_queue,FUNCTION,"Begin");
    2525
    26     if (_usage & USE_SYSTEMC)
     26    if (usage_is_set(_usage,USE_SYSTEMC))
    2727      {
    2828        delete    in_CLOCK ;
     
    3838        if (_param->_have_port_ooo_engine_id)
    3939        delete      in_WRITE_QUEUE_IN_OOO_ENGINE_ID;
    40         if (_param->_have_port_packet_id)
     40        if (_param->_have_port_rob_ptr  )
    4141        delete      in_WRITE_QUEUE_IN_PACKET_ID    ;
    4242//      delete      in_WRITE_QUEUE_IN_OPERATION    ;
     
    6161        if (_param->_have_port_ooo_engine_id)
    6262        delete     out_WRITE_QUEUE_OUT_OOO_ENGINE_ID;
    63         if (_param->_have_port_packet_id)
     63        if (_param->_have_port_rob_ptr  )
    6464        delete     out_WRITE_QUEUE_OUT_PACKET_ID    ;
    6565//      delete     out_WRITE_QUEUE_OUT_OPERATION    ;
     
    6969        delete     out_WRITE_QUEUE_OUT_NO_SEQUENCE  ;
    7070        delete     out_WRITE_QUEUE_OUT_ADDRESS      ;
     71        delete     out_WRITE_QUEUE_OUT_DATA         ;
    7172
    7273        // -----[ Interface "gpr_write" ]-------------------------------------
Note: See TracChangeset for help on using the changeset viewer.