Ignore:
Timestamp:
Oct 3, 2013, 4:34:55 PM (10 years ago)
Author:
devigne
Message:

cosmetic : deleting debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ODCCP/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp

    r494 r541  
    5656#define RANDOMIZE_CAS        1
    5757
    58 #define ODCCP_NON_INCLUSIVE  1
     58#define ODCCP_NON_INCLUSIVE  0
    5959
    6060
     
    40024002      if(p_vci_ixr.cmdack.read())
    40034003      {
    4004         /*ODCCP*/ //std::cout << "IXR_CMD_CLEANUP_DATA_SEND STATE at cycle : " << std::dec << m_cpt_cycles << std::endl;
    40054004        if(r_ixr_cmd_word.read() == (m_words - 2))
    40064005        {
    4007           /*ODCCP*/ //std::cout << "IXR_CMD_CLEANUP_DATA_SEND GO TO IXR_CMD_CLEANUP_IDLE" << std::endl;
    40084006          r_ixr_cmd_fsm = IXR_CMD_CLEANUP_IDLE;
    40094007          r_cleanup_to_ixr_cmd_req = false;
Note: See TracChangeset for help on using the changeset viewer.