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/source/src/vci_mem_cache.cpp

    r294 r295  
    11 /* -*- c++ -*-
    2  * File       : vci_mem_cache_v4.cpp
     2 * File       : vci_mem_cache.cpp
    33 * Date       : 30/10/2008
    44 * Copyright  : UPMC / LIP6
     
    3030 */
    3131
    32 #include "../include/vci_mem_cache_v4.h"
     32#include "../include/vci_mem_cache.h"
    3333
    3434//////   debug services   ///////////////////////////////////////////////////////
     
    238238  };
    239239
    240 #define tmpl(x) template<typename vci_param> x VciMemCacheV4<vci_param>
     240#define tmpl(x) template<typename vci_param> x VciMemCache<vci_param>
    241241
    242242  using soclib::common::uint32_log2;
     
    246246  ////////////////////////////////
    247247
    248   tmpl(/**/)::VciMemCacheV4(
     248  tmpl(/**/)::VciMemCache(
    249249      sc_module_name name,
    250250      const soclib::common::MappingTable &mtp,
     
    547547
    548548  /////////////////////////////////
    549   tmpl(/**/)::~VciMemCacheV4()
     549  tmpl(/**/)::~VciMemCache()
    550550    /////////////////////////////////
    551551  {
Note: See TracChangeset for help on using the changeset viewer.