Ignore:
Timestamp:
Nov 21, 2013, 10:46:36 AM (10 years ago)
Author:
devigne
Message:

Merge with the lastest version of trunk (Compliance with MappingTable?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RWT/modules/vci_cc_vcache_wrapper/caba/source/include/vci_cc_vcache_wrapper.h

    r513 r577  
    311311
    312312    // STRUCTURAL PARAMETERS
    313     soclib::common::AddressDecodingTable<uint32_t, bool> m_cacheability_table;
     313    soclib::common::AddressDecodingTable<uint64_t, bool> m_cacheability_table;
    314314
    315315    const size_t                        m_srcid;
     
    403403    sc_signal<bool>         r_icache_tlb_rsp_error;      // tlb miss response error
    404404
    405     // Filp-Flop in ICACHE FSM for saving the cleanup victim request
    406     sc_signal<bool>         r_icache_cleanup_victim_req;
    407     sc_signal<paddr_t>      r_icache_cleanup_victim_nline;
    408405
    409406    // communication between ICACHE FSM and CC_SEND FSM
     
    413410    sc_signal<size_t>       r_icache_cc_send_way;           // ICACHE cc_send way
    414411    sc_signal<size_t>       r_icache_cc_send_updt_tab_idx;  // ICACHE cc_send update table index
     412   
     413    // Filp-Flop in ICACHE FSM for saving the cleanup victim request
     414    sc_signal<bool>         r_icache_cleanup_victim_req;
     415    sc_signal<paddr_t>      r_icache_cleanup_victim_nline;
    415416
    416417    ///////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.