Ignore:
Timestamp:
Sep 2, 2010, 2:27:44 PM (14 years ago)
Author:
guthmull
Message:

Fix the masking of RERROR field

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  
    18871887                p_vci_tgt.rtrdid  = r_tgt_trdid.read();
    18881888                p_vci_tgt.rdata   = 0;
    1889                 p_vci_tgt.rerror  = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK
     1889                p_vci_tgt.rerror  = 0x2 & ( (1 << vci_param::E) - 1); // Write OK
    18901890                p_vci_tgt.reop    = true;
    18911891                break;
     
    18981898                p_vci_tgt.rtrdid  = r_tgt_trdid.read();
    18991899                p_vci_tgt.rdata   = 0;
    1900                 p_vci_tgt.rerror  = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK
     1900                p_vci_tgt.rerror  = 0x2 & ( (1 << vci_param::E) - 1); // Write OK
    19011901                p_vci_tgt.reop    = true;
    19021902                break;
     
    19091909                p_vci_tgt.rtrdid  = r_tgt_trdid.read();
    19101910                p_vci_tgt.rdata   = 0;
    1911                 p_vci_tgt.rerror  = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK
     1911                p_vci_tgt.rerror  = 0x2 & ( (1 << vci_param::E) - 1); // Write OK
    19121912                p_vci_tgt.reop    = true;
    19131913                break;
Note: See TracChangeset for help on using the changeset viewer.