Changeset 161 for trunk


Ignore:
Timestamp:
May 9, 2011, 10:25:34 PM (13 years ago)
Author:
alain
Message:

bug fix (line 2385)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_xcache_wrapper_v4/caba/source/src/vci_cc_xcache_wrapper_v4.cpp

    r160 r161  
    23802380                    {
    23812381                        PRINTF("      * <RSP> have reop\n");
    2382                         ASSERT( ((r_vci_rsp_cpt == m_icache_words - 1) or
     2382                        ASSERT( ((r_vci_rsp_cpt.read() == m_icache_words - 1) or
    23832383                                 p_vci_ini_rw.rerror.read() or
    23842384                                 (r_vci_rsp_ins_error.read()&0x1)),
Note: See TracChangeset for help on using the changeset viewer.