Changeset 160
- Timestamp:
- May 9, 2011, 7:49:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper_v4/caba/source/src/vci_cc_xcache_wrapper_v4.cpp
r147 r160 2129 2129 ASSERT(p_vci_ini_c.reop and (p_vci_ini_c.rtrdid.read() == TYPE_DATA_CLEANUP), 2130 2130 "illegal response packet received for a cleanup transaction"); 2131 ASSERT( p_vci_ini_c.rerror.read() == vci_param::ERR_NORMAL,2131 ASSERT( (p_vci_ini_c.rerror.read()&0x1) == vci_param::ERR_NORMAL, 2132 2132 "error signaled in a cleanup response" ); 2133 2133 … … 2146 2146 ASSERT(p_vci_ini_c.reop and (p_vci_ini_c.rtrdid.read() == TYPE_INS_CLEANUP), 2147 2147 "illegal response packet received for a cleanup transaction"); 2148 ASSERT( p_vci_ini_c.rerror.read() == vci_param::ERR_NORMAL,2148 ASSERT( (p_vci_ini_c.rerror.read()&0x1) == vci_param::ERR_NORMAL, 2149 2149 "error signaled in a cleanup response" ); 2150 2150 … … 2380 2380 { 2381 2381 PRINTF(" * <RSP> have reop\n"); 2382 2383 2382 ASSERT( ((r_vci_rsp_cpt == m_icache_words - 1) or 2384 2383 p_vci_ini_rw.rerror.read() or
Note: See TracChangeset
for help on using the changeset viewer.