Changeset 537 for trunk/modules/vci_mem_cache
- Timestamp:
- Sep 28, 2013, 12:18:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r535 r537 7453 7453 r_alloc_trt_fsm = ALLOC_TRT_IXR_CMD; 7454 7454 7455 if ((r_xram_rsp_fsm.read() == XRAM_RSP_DIR_LOCK) and7456 (r_alloc_dir_fsm.read() == ALLOC_DIR_XRAM_RSP))7455 else if ((r_xram_rsp_fsm.read() == XRAM_RSP_DIR_LOCK) and 7456 (r_alloc_dir_fsm.read() == ALLOC_DIR_XRAM_RSP)) 7457 7457 r_alloc_trt_fsm = ALLOC_TRT_XRAM_RSP; 7458 7458 … … 7768 7768 r_alloc_heap_fsm = ALLOC_HEAP_CLEANUP; 7769 7769 7770 if (r_xram_rsp_fsm.read() == XRAM_RSP_HEAP_REQ)7770 else if (r_xram_rsp_fsm.read() == XRAM_RSP_HEAP_REQ) 7771 7771 r_alloc_heap_fsm = ALLOC_HEAP_XRAM_RSP; 7772 7772 }
Note: See TracChangeset
for help on using the changeset viewer.