Ignore:
Timestamp:
Apr 20, 2009, 11:29:17 PM (15 years ago)
Author:
rosiere
Message:

1) Write queue with mealy
2) Network : fix bug
3) leak memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/src/Rename_unit_allocation.cpp

    r112 r115  
    362362#endif
    363363
    364           PORT_MAP(_component,src ,"out_RENAME_OUT_"+toString(i)+"_NO_EXECUTE"  ,
    365                               dest,"out_INSERT_"    +toString(i)+"_NO_EXECUTE"  );
    366364          PORT_MAP(_component,src ,"out_RENAME_OUT_"+toString(i)+"_IS_DELAY_SLOT",
    367365                              dest,"out_INSERT_"    +toString(i)+"_IS_DELAY_SLOT");
     
    435433          COMPONENT_MAP(_component,src ,"out_RENAME_OUT_"+toString(i)+              "_EXCEPTION"    ,
    436434                                   dest, "in_INSERT_"    +toString(i)+"_RENAME_SELECT_EXCEPTION"    );
     435          COMPONENT_MAP(_component,src ,"out_RENAME_OUT_"+toString(i)+              "_NO_EXECUTE"   ,
     436                                   dest, "in_INSERT_"    +toString(i)+"_RENAME_SELECT_NO_EXECUTE"   );
    437437        }
    438438
     
    782782          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_NUM_REG_RE_PHY_NEW",
    783783                              dest,"out_INSERT_"+toString(i)+"_NUM_REG_RE_PHY_NEW");
    784          
     784          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_NO_EXECUTE"  ,
     785                              dest,"out_INSERT_"+toString(i)+"_NO_EXECUTE"  );
    785786         
    786787          //    in_INSERT_RENAME_SELECT_VAL                       - rename_select
Note: See TracChangeset for help on using the changeset viewer.