Ignore:
Timestamp:
Apr 4, 2013, 2:36:54 PM (11 years ago)
Author:
joannou
Message:

Got rid of intermediate v5 version. _dspin_coherence versions changed to main version for v5. Changed components names and platforms to fit the new names

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  
    55__version__ = "$Revision: 295 $"
    66
    7 Module('caba:vci_mem_cache_dspin_coherence',
     7Module('caba:vci_mem_cache',
    88        classname = 'soclib::caba::VciMemCache',
    99
     
    1313
    1414        header_files = [
    15             '../source/include/vci_mem_cache_dspin_coherence.h',
     15            '../source/include/vci_mem_cache.h',
    1616            '../source/include/xram_transaction.h',
    1717            '../source/include/mem_cache_directory.h',
     
    1919        ],
    2020
    21         implementation_files = [ '../source/src/vci_mem_cache_dspin_coherence.cpp' ],
     21        implementation_files = [ '../source/src/vci_mem_cache.cpp' ],
    2222
    2323        uses = [
Note: See TracChangeset for help on using the changeset viewer.