Changeset 295 for branches/v5/vci_mem_cache/caba/metadata
- Timestamp:
- Feb 14, 2013, 4:05:05 PM (12 years ago)
- Location:
- branches/v5
- Files:
-
- 1 added
- 1 deleted
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/vci_mem_cache/caba/metadata/vci_mem_cache.sd
r294 r295 5 5 __version__ = "$Revision$" 6 6 7 Module('caba:vci_mem_cache _v4',8 classname = 'soclib::caba::VciMemCache V4',7 Module('caba:vci_mem_cache', 8 classname = 'soclib::caba::VciMemCache', 9 9 10 10 tmpl_parameters = [ parameter.Module('vci_param', default = 'caba:vci_param') ], 11 11 12 12 header_files = [ 13 '../source/include/vci_mem_cache _v4.h',14 '../source/include/xram_transaction _v4.h',15 '../source/include/mem_cache_directory _v4.h',16 '../source/include/update_tab _v4.h'13 '../source/include/vci_mem_cache.h', 14 '../source/include/xram_transaction.h', 15 '../source/include/mem_cache_directory.h', 16 '../source/include/update_tab.h' 17 17 ], 18 18 19 implementation_files = [ '../source/src/vci_mem_cache _v4.cpp' ],19 implementation_files = [ '../source/src/vci_mem_cache.cpp' ], 20 20 21 21 uses = [
Note: See TracChangeset
for help on using the changeset viewer.