Ignore:
Timestamp:
Jan 20, 2013, 7:09:37 PM (11 years ago)
Author:
cfuguet
Message:

Introducing cache data ram with bit masking in the Memory Cache.
The goal of this modifications is the alignment of the SOCLIB model
against the VHDL one.

Due to this new property in the Cache Data of the Memory Cache,
the FSM's of this component do not need to read and then write when
doing a not full word write operation.

File:
1 edited

Legend:

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

    r284 r289  
    420420      UpdateTab       m_update_tab;       // pending update & invalidate
    421421      CacheDirectory  m_cache_directory;  // data cache directory
     422      CacheData       m_cache_data;       // data array[set][way][word]
    422423      HeapDirectory   m_heap;             // heap for copies
    423 
    424       data_t      *** m_cache_data;       // data array[set][way][word]
    425424
    426425      // adress masks
Note: See TracChangeset for help on using the changeset viewer.