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:
3 deleted
3 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 = [
  • branches/v5/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp

    r350 r351  
    3131*/
    3232
    33 #include "../include/vci_mem_cache_dspin_coherence.h"
     33#include "../include/vci_mem_cache.h"
    3434
    3535//////   debug services   ///////////////////////////////////////////////////////
     
    12081208          std::cout
    12091209            << "VCI_MEM_CACHE ERROR " << name()
    1210             << " MULTI_ACK_UPT_LOCK state"
     1210            << " MULTI_ACK_UPT_CLEAR state"
    12111211            << " bad UPT allocation"
    12121212            << std::endl;
Note: See TracChangeset for help on using the changeset viewer.