Changeset 507 for trunk/modules/vci_mem_cache/caba/source/src
- Timestamp:
- Sep 2, 2013, 11:18:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r505 r507 1179 1179 error = 0; 1180 1180 r_config_lock = true; 1181 if (rdata == 0)1182 {1183 r_tgt_cmd_srcid = p_vci_tgt.srcid.read();1184 r_tgt_cmd_trdid = p_vci_tgt.trdid.read();1185 r_tgt_cmd_pktid = p_vci_tgt.pktid.read();1186 }1187 1181 } 1188 1182 else if ((p_vci_tgt.cmd.read() == vci_param_int::CMD_WRITE) // release lock
Note: See TracChangeset
for help on using the changeset viewer.