Changeset 294


Ignore:
Timestamp:
Feb 14, 2013, 2:11:17 PM (11 years ago)
Author:
cfuguet
Message:

Creating branch repertory for the TSAR svn repository.
Copying the vci_mem_cache_v4 component in the branch directory to
introduce the new modifications in the DHCCP protocol

Location:
branches
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/vci_mem_cache_v4/caba/source/src/vci_mem_cache_v4.cpp

    r291 r294  
    67996799      case CLEANUP_RSP:
    68006800        {
     6801          /////////////////////////////////////////////////////////////////////
     6802          // Returning L1 cache SET index in RDATA.
     6803          // The maximum SET index width of a L1 cache must be 16 bits.
    68016804          p_vci_tgt_cleanup.rspval = true;
    6802           p_vci_tgt_cleanup.rdata  = 0;
     6805          p_vci_tgt_cleanup.rdata  = r_cleanup_nline.read() & 0xFFFF;
    68036806          p_vci_tgt_cleanup.rsrcid = r_cleanup_srcid.read();
    68046807          p_vci_tgt_cleanup.rpktid = r_cleanup_pktid.read();
Note: See TracChangeset for help on using the changeset viewer.