Ignore:
Timestamp:
May 27, 2009, 12:13:56 PM (15 years ago)
Author:
rosiere
Message:

1) Commit_unit : remove read information of ROB

File:
1 edited

Legend:

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

    r88 r121  
    200200        PORT_WRITE(out_RENAME_OUT_CONTEXT_ID         [i], context_id         [i]);
    201201        PORT_WRITE(out_RENAME_OUT_READ_RA            [i], read_ra            [i]);
     202#ifdef DEBUG
    202203        PORT_WRITE(out_RENAME_OUT_NUM_REG_RA_LOG     [i], num_reg_ra_log     [i]);
     204#endif
    203205        PORT_WRITE(out_RENAME_OUT_NUM_REG_RA_PHY     [i], num_reg_ra_phy     [i]);
    204206        PORT_WRITE(out_RENAME_OUT_READ_RB            [i], read_rb            [i]);
     207#ifdef DEBUG
    205208        PORT_WRITE(out_RENAME_OUT_NUM_REG_RB_LOG     [i], num_reg_rb_log     [i]);
     209#endif
    206210        PORT_WRITE(out_RENAME_OUT_NUM_REG_RB_PHY     [i], num_reg_rb_phy     [i]);
    207211        PORT_WRITE(out_RENAME_OUT_READ_RC            [i], read_rc            [i]);
     212#ifdef DEBUG
    208213        PORT_WRITE(out_RENAME_OUT_NUM_REG_RC_LOG     [i], num_reg_rc_log     [i]);
     214#endif
    209215        PORT_WRITE(out_RENAME_OUT_NUM_REG_RC_PHY     [i], num_reg_rc_phy     [i]);
    210216        PORT_WRITE(out_RENAME_OUT_WRITE_RD           [i], write_rd           [i]);
Note: See TracChangeset for help on using the changeset viewer.