Changeset 83 for trunk/modules/vci_cc_xcache_wrapper_v4
- Timestamp:
- Sep 2, 2010, 2:27:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper_v4/caba/source/src/vci_cc_xcache_wrapper_v4.cpp
r82 r83 2011 2011 p_vci_tgt.rtrdid = r_tgt_trdid.read(); 2012 2012 p_vci_tgt.rdata = 0; 2013 p_vci_tgt.rerror = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK2013 p_vci_tgt.rerror = 0x2 & ( (1 << vci_param::E) - 1); // Write OK 2014 2014 p_vci_tgt.reop = true; 2015 2015 break; … … 2022 2022 p_vci_tgt.rtrdid = r_tgt_trdid.read(); 2023 2023 p_vci_tgt.rdata = 0; 2024 p_vci_tgt.rerror = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK2024 p_vci_tgt.rerror = 0x2 & ( (1 << vci_param::E) - 1); // Write OK 2025 2025 p_vci_tgt.reop = true; 2026 2026 break; … … 2033 2033 p_vci_tgt.rtrdid = r_tgt_trdid.read(); 2034 2034 p_vci_tgt.rdata = 0; 2035 p_vci_tgt.rerror = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK2035 p_vci_tgt.rerror = 0x2 & ( (1 << vci_param::E) - 1); // Write OK 2036 2036 p_vci_tgt.reop = true; 2037 2037 break;
Note: See TracChangeset
for help on using the changeset viewer.