Changeset 192 for trunk/modules/vci_mem_cache_v1/caba/source/include
- Timestamp:
- Feb 10, 2012, 9:52:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache_v1/caba/source/include/vci_mem_cache_v1.h
r32 r192 50 50 #define TRANSACTION_TAB_LINES 4 // Number of lines in the transaction tab 51 51 #define UPDATE_TAB_LINES 4 // Number of lines in the update tab 52 #define BROADCAST_ADDR 0x0000000003 // Address to send the broadcast invalidate52 //#define BROADCAST_ADDR 0x0000000003 // Address to send the broadcast invalidate 53 53 54 54 namespace soclib { namespace caba { … … 150 150 WRITE_INVAL, 151 151 WRITE_XRAM_SEND, 152 WRITE_RESET 152 153 }; 153 154 … … 303 304 UpdateTab m_update_tab; // pending update & invalidate 304 305 CacheDirectory m_cache_directory; // data cache directory 306 vci_addr_t m_broadcast_address; // broadcast address 305 307 306 308 data_t ***m_cache_data; // data array[set][way][word]
Note: See TracChangeset
for help on using the changeset viewer.