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

    r112 r121  
    153153                      if (_param->_have_port_load_queue_ptr)
    154154                      PORT_WRITE(out_RETIRE_LOAD_QUEUE_PTR_WRITE  [x][y], entry->load_queue_ptr_write );
    155                       PORT_WRITE(out_RETIRE_READ_RA               [x][y], entry->read_ra              );
    156                       PORT_WRITE(out_RETIRE_NUM_REG_RA_PHY        [x][y], entry->num_reg_ra_phy       );
    157                       PORT_WRITE(out_RETIRE_READ_RB               [x][y], entry->read_rb              );
    158                       PORT_WRITE(out_RETIRE_NUM_REG_RB_PHY        [x][y], entry->num_reg_rb_phy       );
    159                       PORT_WRITE(out_RETIRE_READ_RC               [x][y], entry->read_rc              );
    160                       PORT_WRITE(out_RETIRE_NUM_REG_RC_PHY        [x][y], entry->num_reg_rc_phy       );
     155//                       PORT_WRITE(out_RETIRE_READ_RA               [x][y], entry->read_ra              );
     156//                       PORT_WRITE(out_RETIRE_NUM_REG_RA_PHY        [x][y], entry->num_reg_ra_phy       );
     157//                       PORT_WRITE(out_RETIRE_READ_RB               [x][y], entry->read_rb              );
     158//                       PORT_WRITE(out_RETIRE_NUM_REG_RB_PHY        [x][y], entry->num_reg_rb_phy       );
     159//                       PORT_WRITE(out_RETIRE_READ_RC               [x][y], entry->read_rc              );
     160//                       PORT_WRITE(out_RETIRE_NUM_REG_RC_PHY        [x][y], entry->num_reg_rc_phy       );
    161161                      PORT_WRITE(out_RETIRE_WRITE_RD              [x][y], entry->write_rd             );
    162162                      PORT_WRITE(out_RETIRE_NUM_REG_RD_LOG        [x][y], entry->num_reg_rd_log       );
Note: See TracChangeset for help on using the changeset viewer.