Changeset 83 for trunk/modules/vci_mem_cache_v3/caba/source/src
- Timestamp:
- Sep 2, 2010, 2:27:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache_v3/caba/source/src/vci_mem_cache_v3.cpp
r82 r83 4339 4339 p_vci_tgt.rtrdid = r_write_to_tgt_rsp_trdid.read(); 4340 4340 p_vci_tgt.rpktid = r_write_to_tgt_rsp_pktid.read(); 4341 p_vci_tgt.rerror = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK4341 p_vci_tgt.rerror = 0x2 & ( (1 << vci_param::E) - 1); // Write OK 4342 4342 p_vci_tgt.reop = true; 4343 4343 break; … … 4551 4551 p_vci_tgt_cleanup.rpktid = r_cleanup_pktid.read(); 4552 4552 p_vci_tgt_cleanup.rtrdid = r_cleanup_trdid.read(); 4553 p_vci_tgt_cleanup.rerror = 0x2 & ( (1 << (vci_param::E + 1)) - 1);4553 p_vci_tgt_cleanup.rerror = 0x2 & ( (1 << vci_param::E) - 1); 4554 4554 p_vci_tgt_cleanup.reop = 1; 4555 4555 break;
Note: See TracChangeset
for help on using the changeset viewer.