Ignore:
Timestamp:
Jul 30, 2010, 4:47:27 PM (14 years ago)
Author:
rosiere
Message:
  • Add test for all configuration
  • RAT : add rat scheme (depth_save)
File:
1 edited

Legend:

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

    r132 r139  
    163163            if (_param->_have_port_context_id)
    164164            sensitive << (*(in_INSERT_RENAME_SELECT_CONTEXT_ID                [i]));
     165            if (_param->_have_port_depth and (_param->_rat_scheme == RAT_DEPTH_SAVE))
     166            sensitive << (*(in_INSERT_RENAME_SELECT_DEPTH                     [i]));
    165167            sensitive << (*(in_INSERT_RENAME_SELECT_TYPE                      [i]))
    166168                      << (*(in_INSERT_RENAME_SELECT_OPERATION                 [i]))
Note: See TracChangeset for help on using the changeset viewer.