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

    r115 r121  
    115115      ALLOC1_SIGNAL_OUT(out_INSERT_EXCEPTION            ,"exception"            ,Texception_t      ,_param->_size_exception             );
    116116      ALLOC1_SIGNAL_OUT(out_INSERT_READ_RA              ,"read_ra"              ,Tcontrol_t        ,1                                   );
     117#ifdef DEBUG
    117118      ALLOC1_SIGNAL_OUT(out_INSERT_NUM_REG_RA_LOG       ,"num_reg_ra_log"       ,Tgeneral_address_t,_param->_size_general_register_logic);
     119#endif
    118120      ALLOC1_SIGNAL_OUT(out_INSERT_NUM_REG_RA_PHY       ,"num_reg_ra_phy"       ,Tgeneral_address_t,_param->_size_general_register      );
    119121      ALLOC1_SIGNAL_OUT(out_INSERT_READ_RB              ,"read_rb"              ,Tcontrol_t        ,1                                   );
     122#ifdef DEBUG
    120123      ALLOC1_SIGNAL_OUT(out_INSERT_NUM_REG_RB_LOG       ,"num_reg_rb_log"       ,Tgeneral_address_t,_param->_size_general_register_logic);
     124#endif
    121125      ALLOC1_SIGNAL_OUT(out_INSERT_NUM_REG_RB_PHY       ,"num_reg_rb_phy"       ,Tgeneral_address_t,_param->_size_general_register      );
    122126      ALLOC1_SIGNAL_OUT(out_INSERT_READ_RC              ,"read_rc"              ,Tcontrol_t        ,1                                   );
     127#ifdef DEBUG
    123128      ALLOC1_SIGNAL_OUT(out_INSERT_NUM_REG_RC_LOG       ,"num_reg_rc_log"       ,Tspecial_address_t,_param->_size_special_register_logic);
     129#endif
    124130      ALLOC1_SIGNAL_OUT(out_INSERT_NUM_REG_RC_PHY       ,"num_reg_rc_phy"       ,Tspecial_address_t,_param->_size_special_register      );
    125131      ALLOC1_SIGNAL_OUT(out_INSERT_WRITE_RD             ,"write_rd"             ,Tcontrol_t        ,1                                   );
     
    149155      ALLOC1_SIGNAL_IN ( in_RETIRE_STORE_QUEUE_PTR_WRITE,"store_queue_ptr_write",Tlsq_ptr_t        ,_param->_size_store_queue_ptr       );
    150156      ALLOC1_SIGNAL_IN ( in_RETIRE_LOAD_QUEUE_PTR_WRITE ,"load_queue_ptr_write" ,Tlsq_ptr_t        ,_param->_size_load_queue_ptr        );
    151       ALLOC1_SIGNAL_IN ( in_RETIRE_READ_RA              ,"read_ra"              ,Tcontrol_t        ,1                                   );
    152       ALLOC1_SIGNAL_IN ( in_RETIRE_NUM_REG_RA_PHY       ,"num_reg_ra_phy"       ,Tgeneral_address_t,_param->_size_general_register      );
    153       ALLOC1_SIGNAL_IN ( in_RETIRE_READ_RB              ,"read_rb"              ,Tcontrol_t        ,1                                   );
    154       ALLOC1_SIGNAL_IN ( in_RETIRE_NUM_REG_RB_PHY       ,"num_reg_rb_phy"       ,Tgeneral_address_t,_param->_size_general_register      );
    155       ALLOC1_SIGNAL_IN ( in_RETIRE_READ_RC              ,"read_rc"              ,Tcontrol_t        ,1                                   );
    156       ALLOC1_SIGNAL_IN ( in_RETIRE_NUM_REG_RC_PHY       ,"num_reg_rc_phy"       ,Tspecial_address_t,_param->_size_special_register      );
     157//       ALLOC1_SIGNAL_IN ( in_RETIRE_READ_RA              ,"read_ra"              ,Tcontrol_t        ,1                                   );
     158//       ALLOC1_SIGNAL_IN ( in_RETIRE_NUM_REG_RA_PHY       ,"num_reg_ra_phy"       ,Tgeneral_address_t,_param->_size_general_register      );
     159//       ALLOC1_SIGNAL_IN ( in_RETIRE_READ_RB              ,"read_rb"              ,Tcontrol_t        ,1                                   );
     160//       ALLOC1_SIGNAL_IN ( in_RETIRE_NUM_REG_RB_PHY       ,"num_reg_rb_phy"       ,Tgeneral_address_t,_param->_size_general_register      );
     161//       ALLOC1_SIGNAL_IN ( in_RETIRE_READ_RC              ,"read_rc"              ,Tcontrol_t        ,1                                   );
     162//       ALLOC1_SIGNAL_IN ( in_RETIRE_NUM_REG_RC_PHY       ,"num_reg_rc_phy"       ,Tspecial_address_t,_param->_size_special_register      );
    157163      ALLOC1_SIGNAL_IN ( in_RETIRE_WRITE_RD             ,"write_rd"             ,Tcontrol_t        ,1                                   );
    158164      ALLOC1_SIGNAL_IN ( in_RETIRE_NUM_REG_RD_LOG       ,"num_reg_rd_log"       ,Tgeneral_address_t,_param->_size_general_register_logic);
     
    528534          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_READ_RA"           ,
    529535                              dest,"out_INSERT_"+toString(i)+"_READ_RA"           );
     536#ifdef DEBUG
    530537          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_NUM_REG_RA_LOG"    ,
    531538                              dest,"out_INSERT_"+toString(i)+"_NUM_REG_RA_LOG"    );
     539#endif
    532540          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_NUM_REG_RA_PHY"    ,
    533541                              dest,"out_INSERT_"+toString(i)+"_NUM_REG_RA_PHY"    );
    534542          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_READ_RB"           ,
    535543                              dest,"out_INSERT_"+toString(i)+"_READ_RB"           );
     544#ifdef DEBUG
    536545          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_NUM_REG_RB_LOG"    ,
    537546                              dest,"out_INSERT_"+toString(i)+"_NUM_REG_RB_LOG"    );
     547#endif
    538548          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_NUM_REG_RB_PHY"    ,
    539549                              dest,"out_INSERT_"+toString(i)+"_NUM_REG_RB_PHY"    );
    540550          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_READ_RC"           ,
    541551                              dest,"out_INSERT_"+toString(i)+"_READ_RC"           );
     552#ifdef DEBUG
    542553          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_NUM_REG_RC_LOG"    ,
    543554                              dest,"out_INSERT_"+toString(i)+"_NUM_REG_RC_LOG"    );
     555#endif
    544556          PORT_MAP(_component,src ,"out_INSERT_"+toString(i)+"_NUM_REG_RC_PHY"    ,
    545557                              dest,"out_INSERT_"+toString(i)+"_NUM_REG_RC_PHY"    );
     
    582594          PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_CONTEXT_ID"        ,
    583595                              dest, "in_RETIRE_"+toString(i)+"_CONTEXT_ID"        );
    584           PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_READ_RA"           ,
    585                               dest, "in_RETIRE_"+toString(i)+"_READ_RA"           );
    586           PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_NUM_REG_RA_PHY"    ,
    587                               dest, "in_RETIRE_"+toString(i)+"_NUM_REG_RA_PHY"    );
    588           PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_READ_RB"           ,
    589                               dest, "in_RETIRE_"+toString(i)+"_READ_RB"           );
    590           PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_NUM_REG_RB_PHY"    ,
    591                               dest, "in_RETIRE_"+toString(i)+"_NUM_REG_RB_PHY"    );
    592           PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_READ_RC"           ,
    593                               dest, "in_RETIRE_"+toString(i)+"_READ_RC"           );
    594           PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_NUM_REG_RC_PHY"    ,
    595                               dest, "in_RETIRE_"+toString(i)+"_NUM_REG_RC_PHY"    );
     596//        PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_READ_RA"           ,
     597//                            dest, "in_RETIRE_"+toString(i)+"_READ_RA"           );
     598//        PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_NUM_REG_RA_PHY"    ,
     599//                            dest, "in_RETIRE_"+toString(i)+"_NUM_REG_RA_PHY"    );
     600//        PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_READ_RB"           ,
     601//                            dest, "in_RETIRE_"+toString(i)+"_READ_RB"           );
     602//        PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_NUM_REG_RB_PHY"    ,
     603//                            dest, "in_RETIRE_"+toString(i)+"_NUM_REG_RB_PHY"    );
     604//        PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_READ_RC"           ,
     605//                            dest, "in_RETIRE_"+toString(i)+"_READ_RC"           );
     606//        PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_NUM_REG_RC_PHY"    ,
     607//                            dest, "in_RETIRE_"+toString(i)+"_NUM_REG_RC_PHY"    );
    596608          PORT_MAP(_component,src , "in_RETIRE_"+toString(i)+"_WRITE_RD"          ,
    597609                              dest, "in_RETIRE_"+toString(i)+"_WRITE_RD"          );
Note: See TracChangeset for help on using the changeset viewer.