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/include/tsar_xbar_cluster.h

    r371 r378  
    11//////////////////////////////////////////////////////////////////////////////
    2 // File: tsarv5_cluster_mmu.h
     2// File: tsar_xbar_cluster_mmu.h
    33// Author: Alain Greiner
    44// Copyright: UPMC/LIP6
     
    77//////////////////////////////////////////////////////////////////////////////
    88
    9 #ifndef SOCLIB_CABA_TSAR_CLUSTER_V5_MMU_H
    10 #define SOCLIB_CABA_TSAR_CLUSTER_V5_MMU_H
     9#ifndef SOCLIB_CABA_TSAR_XBAR_CLUSTER_H
     10#define SOCLIB_CABA_TSAR_XBAR_CLUSTER_H
    1111
    1212#include <systemc>
     
    2828#include "vci_multi_tty.h"
    2929#include "vci_multi_nic.h"
    30 #include "vci_block_device_tsar_v4.h"
     30#include "vci_block_device_tsar.h"
    3131#include "vci_framebuffer.h"
    3232#include "vci_multi_dma.h"
     
    3838///////////////////////////////////////////////////////////////////////////
    3939template<typename vci_param, typename iss_t, int cmd_width, int rsp_width>
    40 class TsarV5ClusterMmu
     40class TsarXbarCluster
    4141///////////////////////////////////////////////////////////////////////////
    4242    : public soclib::caba::BaseModule
     
    150150    VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>*       wt_mnic;
    151151
    152     VciBlockDeviceTsarV4<vci_param>*                            bdev;
     152    VciBlockDeviceTsar<vci_param>*                              bdev;
    153153    VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>*    wi_bdev;
    154154    VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>*       wt_bdev;
     
    162162    VirtualDspinRouter<rsp_width>*                              router_rsp;
    163163
    164         TsarV5ClusterMmu(sc_module_name                     insname,
     164        TsarXbarCluster( sc_module_name                     insname,
    165165                     size_t                             nb_procs,      // number of processors
    166166                     size_t                             nb_ttys,       // number of TTY terminals
     
    204204                     bool                               proc_debug_ok);
    205205
    206         ~TsarV5ClusterMmu();
     206        ~TsarXbarCluster();
    207207};
    208208}}
Note: See TracChangeset for help on using the changeset viewer.