- Timestamp:
- May 11, 2011, 6:53:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper_v4/caba/source/include/vci_cc_xcache_wrapper_v4.h
r165 r167 119 119 typedef uint32_t be_t; 120 120 typedef typename vci_param::fast_addr_t vci_addr_t; 121 typedef enum122 {123 WRITE_THROUGH,124 RELEASE_WRITE_THROUGH125 } write_policy_t;126 121 127 122 enum dcache_fsm_state_e { … … 243 238 const uint32_t m_icache_words_shift; 244 239 const size_t m_icache_yzmask; 245 const write_policy_t m_write_policy;246 240 const size_t m_cache_words; // max between m_dcache_words and m_icache_words 247 241 … … 461 455 size_t dcache_words, 462 456 size_t wbuf_nwords, 463 size_t wbuf_nlines, 464 size_t wbuf_timeout, 465 write_policy_t write_policy=WRITE_THROUGH 457 size_t wbuf_nlines 466 458 ); 467 459
Note: See TracChangeset
for help on using the changeset viewer.