Ignore:
Timestamp:
Feb 10, 2012, 9:52:27 AM (12 years ago)
Author:
cfuguet
Message:

Cleanup transaction modification

File:
1 edited

Legend:

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

    r32 r192  
    5050#define TRANSACTION_TAB_LINES 4     // Number of lines in the transaction tab
    5151#define UPDATE_TAB_LINES 4          // Number of lines in the update tab
    52 #define BROADCAST_ADDR 0x0000000003 // Address to send the broadcast invalidate
     52//#define BROADCAST_ADDR 0x0000000003 // Address to send the broadcast invalidate
    5353
    5454namespace soclib {  namespace caba {
     
    150150        WRITE_INVAL,
    151151        WRITE_XRAM_SEND,
     152        WRITE_RESET
    152153      };
    153154
     
    303304      UpdateTab                 m_update_tab;               // pending update & invalidate
    304305      CacheDirectory                    m_cache_directory;          // data cache directory
     306      vci_addr_t                        m_broadcast_address;    // broadcast address
    305307
    306308      data_t                           ***m_cache_data;         // data array[set][way][word]
Note: See TracChangeset for help on using the changeset viewer.