Changeset 351 for branches/v5/modules
- Timestamp:
- Apr 4, 2013, 2:36:54 PM (12 years ago)
- Location:
- branches/v5/modules
- Files:
-
- 6 deleted
- 6 copied
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/vci_cc_vcache_wrapper/caba/metadata/vci_cc_vcache_wrapper.sd
r350 r351 2 2 # -*- python -*- 3 3 4 Module('caba:vci_cc_vcache_wrapper _dspin_coherence',4 Module('caba:vci_cc_vcache_wrapper', 5 5 classname = 'soclib::caba::VciCcVCacheWrapper', 6 6 … … 10 10 ], 11 11 12 header_files = [ '../source/include/vci_cc_vcache_wrapper _dspin_coherence.h' ],12 header_files = [ '../source/include/vci_cc_vcache_wrapper.h' ], 13 13 14 implementation_files = [ '../source/src/vci_cc_vcache_wrapper _dspin_coherence.cpp' ],14 implementation_files = [ '../source/src/vci_cc_vcache_wrapper.cpp' ], 15 15 16 16 uses = [ -
branches/v5/modules/vci_cc_vcache_wrapper/caba/source/src/vci_cc_vcache_wrapper.cpp
r350 r351 30 30 #include <cassert> 31 31 #include "arithmetics.h" 32 #include "../include/vci_cc_vcache_wrapper _dspin_coherence.h"32 #include "../include/vci_cc_vcache_wrapper.h" 33 33 34 34 #define DEBUG_DCACHE 1 -
branches/v5/modules/vci_mem_cache/caba/metadata/vci_mem_cache.sd
r350 r351 5 5 __version__ = "$Revision: 295 $" 6 6 7 Module('caba:vci_mem_cache _dspin_coherence',7 Module('caba:vci_mem_cache', 8 8 classname = 'soclib::caba::VciMemCache', 9 9 … … 13 13 14 14 header_files = [ 15 '../source/include/vci_mem_cache _dspin_coherence.h',15 '../source/include/vci_mem_cache.h', 16 16 '../source/include/xram_transaction.h', 17 17 '../source/include/mem_cache_directory.h', … … 19 19 ], 20 20 21 implementation_files = [ '../source/src/vci_mem_cache _dspin_coherence.cpp' ],21 implementation_files = [ '../source/src/vci_mem_cache.cpp' ], 22 22 23 23 uses = [ -
branches/v5/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r350 r351 31 31 */ 32 32 33 #include "../include/vci_mem_cache _dspin_coherence.h"33 #include "../include/vci_mem_cache.h" 34 34 35 35 ////// debug services /////////////////////////////////////////////////////// … … 1208 1208 std::cout 1209 1209 << "VCI_MEM_CACHE ERROR " << name() 1210 << " MULTI_ACK_UPT_ LOCKstate"1210 << " MULTI_ACK_UPT_CLEAR state" 1211 1211 << " bad UPT allocation" 1212 1212 << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.