Changeset 83 for trunk/modules/vci_cc_xcache_wrapper_v1
- Timestamp:
- Sep 2, 2010, 2:27:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper_v1/caba/source/src/vci_cc_xcache_wrapper_v1.cpp
r82 r83 1887 1887 p_vci_tgt.rtrdid = r_tgt_trdid.read(); 1888 1888 p_vci_tgt.rdata = 0; 1889 p_vci_tgt.rerror = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK1889 p_vci_tgt.rerror = 0x2 & ( (1 << vci_param::E) - 1); // Write OK 1890 1890 p_vci_tgt.reop = true; 1891 1891 break; … … 1898 1898 p_vci_tgt.rtrdid = r_tgt_trdid.read(); 1899 1899 p_vci_tgt.rdata = 0; 1900 p_vci_tgt.rerror = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK1900 p_vci_tgt.rerror = 0x2 & ( (1 << vci_param::E) - 1); // Write OK 1901 1901 p_vci_tgt.reop = true; 1902 1902 break; … … 1909 1909 p_vci_tgt.rtrdid = r_tgt_trdid.read(); 1910 1910 p_vci_tgt.rdata = 0; 1911 p_vci_tgt.rerror = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK1911 p_vci_tgt.rerror = 0x2 & ( (1 << vci_param::E) - 1); // Write OK 1912 1912 p_vci_tgt.reop = true; 1913 1913 break;
Note: See TracChangeset
for help on using the changeset viewer.