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