Changeset 1039 for trunk/modules/vci_mem_cache/caba
- Timestamp:
- Mar 8, 2016, 3:30:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r1038 r1039 8023 8023 // higher priority for CLEANUP and XRAM_RSP 8024 8024 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; 8026 8026 8027 8027 // round-robin priority for READ > WRITE > CAS > CONFIG
Note: See TracChangeset
for help on using the changeset viewer.