Changeset 1039 for trunk/modules


Ignore:
Timestamp:
Mar 8, 2016, 3:30:42 PM (8 years ago)
Author:
alain
Message:

oups...

File:
1 edited

Legend:

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

    r1038 r1039  
    80238023            // higher priority for CLEANUP and XRAM_RSP
    80248024            if      (dir_req_cleanup)      r_alloc_dir_fsm = ALLOC_DIR_CLEANUP;
    8025             if else (dir_req_xram_rsp)     r_alloc_dir_fsm = ALLOC_DIR_XRAM_RSP;
     8025            else if (dir_req_xram_rsp)     r_alloc_dir_fsm = ALLOC_DIR_XRAM_RSP;
    80268026
    80278027            // round-robin priority for READ > WRITE > CAS > CONFIG
Note: See TracChangeset for help on using the changeset viewer.