Changeset 295 for branches/v5/vci_mem_cache/caba/source/src
- Timestamp:
- Feb 14, 2013, 4:05:05 PM (12 years ago)
- Location:
- branches/v5
- Files:
-
- 1 added
- 1 deleted
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r294 r295 1 1 /* -*- c++ -*- 2 * File : vci_mem_cache _v4.cpp2 * File : vci_mem_cache.cpp 3 3 * Date : 30/10/2008 4 4 * Copyright : UPMC / LIP6 … … 30 30 */ 31 31 32 #include "../include/vci_mem_cache _v4.h"32 #include "../include/vci_mem_cache.h" 33 33 34 34 ////// debug services /////////////////////////////////////////////////////// … … 238 238 }; 239 239 240 #define tmpl(x) template<typename vci_param> x VciMemCache V4<vci_param>240 #define tmpl(x) template<typename vci_param> x VciMemCache<vci_param> 241 241 242 242 using soclib::common::uint32_log2; … … 246 246 //////////////////////////////// 247 247 248 tmpl(/**/)::VciMemCache V4(248 tmpl(/**/)::VciMemCache( 249 249 sc_module_name name, 250 250 const soclib::common::MappingTable &mtp, … … 547 547 548 548 ///////////////////////////////// 549 tmpl(/**/)::~VciMemCache V4()549 tmpl(/**/)::~VciMemCache() 550 550 ///////////////////////////////// 551 551 {
Note: See TracChangeset
for help on using the changeset viewer.