Ignore:
Timestamp:
Feb 14, 2013, 4:05:05 PM (11 years ago)
Author:
cfuguet
Message:

Introducing branches/v5/ components directory. This branch
will be used to version control of new TSAR V5 which implements the
DHCCP new modifications. All components version suffixes is not used
anymore

Location:
branches/v5
Files:
1 added
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches/v5/vci_mem_cache/caba/metadata/vci_mem_cache.sd

    r294 r295  
    55__version__ = "$Revision$"
    66
    7 Module('caba:vci_mem_cache_v4',
    8         classname = 'soclib::caba::VciMemCacheV4',
     7Module('caba:vci_mem_cache',
     8        classname = 'soclib::caba::VciMemCache',
    99
    1010        tmpl_parameters = [ parameter.Module('vci_param', default = 'caba:vci_param') ],
    1111
    1212        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'
    1717        ],
    1818
    19         implementation_files = [ '../source/src/vci_mem_cache_v4.cpp' ],
     19        implementation_files = [ '../source/src/vci_mem_cache.cpp' ],
    2020
    2121        uses = [
Note: See TracChangeset for help on using the changeset viewer.