Changeset 351 for branches/v5/modules


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
Files:
6 deleted
6 copied
2 moved

Legend:

Unmodified
Added
Removed
  • branches/v5/modules/vci_cc_vcache_wrapper/caba/metadata/vci_cc_vcache_wrapper.sd

    r350 r351  
    22# -*- python -*-
    33
    4 Module('caba:vci_cc_vcache_wrapper_dspin_coherence',
     4Module('caba:vci_cc_vcache_wrapper',
    55            classname = 'soclib::caba::VciCcVCacheWrapper',
    66
     
    1010        ],
    1111
    12             header_files = [ '../source/include/vci_cc_vcache_wrapper_dspin_coherence.h' ],
     12            header_files = [ '../source/include/vci_cc_vcache_wrapper.h' ],
    1313
    14             implementation_files = [ '../source/src/vci_cc_vcache_wrapper_dspin_coherence.cpp' ],
     14            implementation_files = [ '../source/src/vci_cc_vcache_wrapper.cpp' ],
    1515
    1616            uses = [
  • branches/v5/modules/vci_cc_vcache_wrapper/caba/source/src/vci_cc_vcache_wrapper.cpp

    r350 r351  
    3030#include <cassert>
    3131#include "arithmetics.h"
    32 #include "../include/vci_cc_vcache_wrapper_dspin_coherence.h"
     32#include "../include/vci_cc_vcache_wrapper.h"
    3333
    3434#define DEBUG_DCACHE            1
  • 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.