Changeset 229 for trunk/modules


Ignore:
Timestamp:
Apr 17, 2012, 6:58:41 PM (12 years ago)
Author:
alain
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp

    r227 r229  
    149149    sc_module_name                      name,
    150150    int                                 proc_id,
    151     const soclib::common::MappingTable  &mtp,
     151    const soclib::common::MappingTable  &mtd,
    152152    const soclib::common::MappingTable  &mtc,
    153153    const soclib::common::IntTab        &initiator_index_d,
    154154    const soclib::common::IntTab        &initiator_index_c,
    155     const soclib::common::IntTab        &target_index_d,
     155    const soclib::common::IntTab        &target_index_c,
    156156    size_t                              itlb_ways,
    157157    size_t                              itlb_sets,
     
    177177      p_vci_tgt_c("vci_tgt_d"),
    178178
    179       m_cacheability_table(mtp.getCacheabilityTable()),
    180       m_segment(mtc.getSegment(target_index_d)),
    181       m_srcid_d(mtp.indexForId(initiator_index_d)),
    182       m_srcid_c(mtp.indexForId(initiator_index_c)),
     179      m_cacheability_table(mtd.getCacheabilityTable()),
     180      m_segment(mtc.getSegment(target_index_c)),
     181      m_srcid_d(mtd.indexForId(initiator_index_d)),
     182      m_srcid_c(mtc.indexForId(initiator_index_c)),
    183183
    184184      m_itlb_ways(itlb_ways),
Note: See TracChangeset for help on using the changeset viewer.