Changeset 351 for branches/v5/modules/vci_mem_cache/caba/metadata
- Timestamp:
- Apr 4, 2013, 2:36:54 PM (12 years ago)
- Location:
- branches/v5/modules/vci_mem_cache
- Files:
-
- 1 deleted
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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 = [
Note: See TracChangeset
for help on using the changeset viewer.