Changeset 503
- Timestamp:
- Aug 30, 2013, 10:52:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_vcache_wrapper/caba/source/src/vci_cc_vcache_wrapper.cpp
r488 r503 2003 2003 2004 2004 // Switch slot state to ZOMBI and send CLEANUP command 2005 r_icache.write_dir( 0, 2006 r_icache_cc_way.read(), 2005 r_icache.write_dir( r_icache_cc_way.read(), 2007 2006 r_icache_cc_set.read(), 2008 2007 CACHE_SLOT_STATE_ZOMBI ); … … 4819 4818 4820 4819 // Switch slot state to ZOMBI and send CLEANUP command 4821 r_dcache.write_dir( 0, 4822 way, 4820 r_dcache.write_dir( way, 4823 4821 set, 4824 4822 CACHE_SLOT_STATE_ZOMBI );
Note: See TracChangeset
for help on using the changeset viewer.