Ignore:
Timestamp:
Aug 8, 2012, 12:03:25 PM (12 years ago)
Author:
cfuguet
Message:

Introducing new CLEANUP transaction address specification in the components:

  • vci_cc_vcache_wrapper_v4
  • vci_mem_cache_v4

The new specification uses the VCI WDATA and the VCI BE to send the cleanup
nline. The VCI ADDRESS is like follows:

  • NLINE MSb | Memory Cache local ID | 00....00

The platforms:

  • tsarv4_mono_mmu
  • tsarv4_generic_mmu

has been modified to use the modified components and the mapping table for the coherence
address space has been updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/include/vci_cc_vcache_wrapper_v4.h

    r217 r247  
    254254    const size_t                                                m_dcache_words;
    255255
     256    const size_t                        m_x_width;
     257    const size_t                        m_y_width;
     258
     259    const size_t                        m_memory_cache_local_id;
     260
    256261    const size_t                        m_proc_id;
    257262
     
    625630        size_t   wbuf_nlines,
    626631        size_t   wbuf_nwords,
     632        size_t   x_width,
     633        size_t   y_width,
     634        uint32_t memory_cache_local_id,
    627635        uint32_t max_frozen_cycles,
    628636        uint32_t debug_start_cycle,
Note: See TracChangeset for help on using the changeset viewer.