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_v4/caba/source/src/vci_cc_xcache_wrapper_v4.cpp

    r82 r83  
    20112011                p_vci_tgt.rtrdid  = r_tgt_trdid.read();
    20122012                p_vci_tgt.rdata   = 0;
    2013                 p_vci_tgt.rerror  = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK
     2013                p_vci_tgt.rerror  = 0x2 & ( (1 << vci_param::E) - 1); // Write OK
    20142014                p_vci_tgt.reop    = true;
    20152015                break;
     
    20222022                p_vci_tgt.rtrdid  = r_tgt_trdid.read();
    20232023                p_vci_tgt.rdata   = 0;
    2024                 p_vci_tgt.rerror  = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK
     2024                p_vci_tgt.rerror  = 0x2 & ( (1 << vci_param::E) - 1); // Write OK
    20252025                p_vci_tgt.reop    = true;
    20262026                break;
     
    20332033                p_vci_tgt.rtrdid  = r_tgt_trdid.read();
    20342034                p_vci_tgt.rdata   = 0;
    2035                 p_vci_tgt.rerror  = 0x2 & ( (1 << (vci_param::E + 1)) - 1); // Write OK
     2035                p_vci_tgt.rerror  = 0x2 & ( (1 << vci_param::E) - 1); // Write OK
    20362036                p_vci_tgt.reop    = true;
    20372037                break;
Note: See TracChangeset for help on using the changeset viewer.