Changeset 82 for trunk/modules/vci_mem_cache_v3/caba/source/include
- Timestamp:
- Sep 2, 2010, 2:22:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache_v3/caba/source/include/vci_mem_cache_v3.h
r2 r82 61 61 #define TRANSACTION_TAB_LINES 4 // Number of lines in the transaction tab 62 62 #define UPDATE_TAB_LINES 4 // Number of lines in the update tab 63 #define BROADCAST_ADDR 0x0000000003 // Address to send the broadcast invalidate64 63 65 64 namespace soclib { namespace caba { … … 362 361 const soclib::common::AddressMaskingTable<vci_addr_t> m_nline; 363 362 363 // broadcast address 364 vci_addr_t broadcast_addr; 365 364 366 ////////////////////////////////////////////////// 365 367 // Others registers
Note: See TracChangeset
for help on using the changeset viewer.