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/src/Write_unit_deallocation.cpp

    r81 r88  
    2323    log_printf(FUNC,Write_unit,FUNCTION,"Begin");
    2424
    25     if (_usage & USE_SYSTEMC)
     25    if (usage_is_set(_usage,USE_SYSTEMC))
    2626      {
    2727        delete    in_CLOCK ;
     
    3737        if (_param->_have_port_ooo_engine_id)
    3838        delete      in_WRITE_UNIT_IN_OOO_ENGINE_ID;
    39         if (_param->_have_port_packet_id)
     39        if (_param->_have_port_rob_ptr)
    4040        delete      in_WRITE_UNIT_IN_PACKET_ID    ;
    4141//      delete      in_WRITE_UNIT_IN_OPERATION    ;
     
    6060        if (_param->_have_port_ooo_engine_id)
    6161        delete     out_WRITE_UNIT_OUT_OOO_ENGINE_ID;
    62         if (_param->_have_port_packet_id)
     62        if (_param->_have_port_rob_ptr)
    6363        delete     out_WRITE_UNIT_OUT_PACKET_ID    ;
    6464//      delete     out_WRITE_UNIT_OUT_OPERATION    ;
     
    6868        delete     out_WRITE_UNIT_OUT_NO_SEQUENCE  ;
    6969        delete     out_WRITE_UNIT_OUT_ADDRESS      ;
     70        delete     out_WRITE_UNIT_OUT_DATA         ;
    7071
    7172        // -----[ Interface "gpr_write" ]-------------------------------------
Note: See TracChangeset for help on using the changeset viewer.