Ignore:
Timestamp:
Apr 18, 2013, 3:33:14 PM (11 years ago)
Author:
joannou
Message:

Introducing tsar_generic_xbar platform

Location:
trunk/platforms/tsar_generic_xbar
Files:
3 copied

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/source/src/tsar_xbar_cluster.cpp

    r371 r378  
    11//////////////////////////////////////////////////////////////////////////////
    2 // File: tsarv5_cluster_mmu.c
     2// File: tsar_xbar_cluster.cpp
    33// Author: Alain Greiner
    44// Copyright: UPMC/LIP6
     
    2424//////////////////////////////////////////////////////////////////////////////////
    2525
    26 #include "../include/tsarv5_cluster_mmu.h"
     26#include "../include/tsar_xbar_cluster.h"
    2727
    2828namespace soclib {
     
    3333//////////////////////////////////////////////////////////////////////////
    3434template<typename vci_param, typename iss_t, int cmd_width, int rsp_width>
    35 TsarV5ClusterMmu<vci_param, iss_t, cmd_width, rsp_width>::TsarV5ClusterMmu(
     35TsarXbarCluster<vci_param, iss_t, cmd_width, rsp_width>::TsarXbarCluster(
    3636         sc_module_name                     insname,
    3737         size_t                             nb_procs,
     
    343343        std::cout << "  - building bdev" << std::endl;
    344344
    345         bdev = new VciBlockDeviceTsarV4<vci_param>(
     345        bdev = new VciBlockDeviceTsar<vci_param>(
    346346                        "bdev",
    347347                        mtd,
     
    712712///////////////////////////////////////////////////////////////////////////
    713713template<typename vci_param, typename iss_t, int cmd_width, int rsp_width>
    714 TsarV5ClusterMmu<vci_param, iss_t, cmd_width, rsp_width>::~TsarV5ClusterMmu() {}
     714TsarXbarCluster<vci_param, iss_t, cmd_width, rsp_width>::~TsarXbarCluster() {}
    715715
    716716}
Note: See TracChangeset for help on using the changeset viewer.