Changeset 541 for branches/ODCCP/modules/vci_mem_cache/caba/source/src
- Timestamp:
- Oct 3, 2013, 4:34:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ODCCP/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r494 r541 56 56 #define RANDOMIZE_CAS 1 57 57 58 #define ODCCP_NON_INCLUSIVE 158 #define ODCCP_NON_INCLUSIVE 0 59 59 60 60 … … 4002 4002 if(p_vci_ixr.cmdack.read()) 4003 4003 { 4004 /*ODCCP*/ //std::cout << "IXR_CMD_CLEANUP_DATA_SEND STATE at cycle : " << std::dec << m_cpt_cycles << std::endl;4005 4004 if(r_ixr_cmd_word.read() == (m_words - 2)) 4006 4005 { 4007 /*ODCCP*/ //std::cout << "IXR_CMD_CLEANUP_DATA_SEND GO TO IXR_CMD_CLEANUP_IDLE" << std::endl;4008 4006 r_ixr_cmd_fsm = IXR_CMD_CLEANUP_IDLE; 4009 4007 r_cleanup_to_ixr_cmd_req = false;
Note: See TracChangeset
for help on using the changeset viewer.