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_cc_vcache_wrapper
Files:
3 deleted
3 copied
1 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
Note: See TracChangeset for help on using the changeset viewer.