Changeset 251
- Timestamp:
- Aug 16, 2012, 12:52:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp
r247 r251 1155 1155 { 1156 1156 // no response when r_tgt_icache_rsp is false 1157 if ( not r_tgt_icache_req.read() and p_vci_tgt_c.rspack.read())1157 if ( not r_tgt_icache_req.read() and (p_vci_tgt_c.rspack.read() or not r_tgt_icache_rsp.read())) 1158 1158 { 1159 1159 r_tgt_fsm = TGT_IDLE; … … 1166 1166 { 1167 1167 // no response when r_tgt_dcache_rsp is false 1168 if ( not r_tgt_dcache_req.read() and p_vci_tgt_c.rspack.read())1168 if ( not r_tgt_dcache_req.read() and (p_vci_tgt_c.rspack.read() or not r_tgt_dcache_rsp.read())) 1169 1169 { 1170 1170 r_tgt_fsm = TGT_IDLE;
Note: See TracChangeset
for help on using the changeset viewer.