Changeset 378 for trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/source/include/tsar_xbar_cluster.h
- Timestamp:
- Apr 18, 2013, 3:33:14 PM (11 years ago)
- 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 1 1 ////////////////////////////////////////////////////////////////////////////// 2 // File: tsar v5_cluster_mmu.h2 // File: tsar_xbar_cluster_mmu.h 3 3 // Author: Alain Greiner 4 4 // Copyright: UPMC/LIP6 … … 7 7 ////////////////////////////////////////////////////////////////////////////// 8 8 9 #ifndef SOCLIB_CABA_TSAR_ CLUSTER_V5_MMU_H10 #define SOCLIB_CABA_TSAR_ CLUSTER_V5_MMU_H9 #ifndef SOCLIB_CABA_TSAR_XBAR_CLUSTER_H 10 #define SOCLIB_CABA_TSAR_XBAR_CLUSTER_H 11 11 12 12 #include <systemc> … … 28 28 #include "vci_multi_tty.h" 29 29 #include "vci_multi_nic.h" 30 #include "vci_block_device_tsar _v4.h"30 #include "vci_block_device_tsar.h" 31 31 #include "vci_framebuffer.h" 32 32 #include "vci_multi_dma.h" … … 38 38 /////////////////////////////////////////////////////////////////////////// 39 39 template<typename vci_param, typename iss_t, int cmd_width, int rsp_width> 40 class Tsar V5ClusterMmu40 class TsarXbarCluster 41 41 /////////////////////////////////////////////////////////////////////////// 42 42 : public soclib::caba::BaseModule … … 150 150 VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>* wt_mnic; 151 151 152 VciBlockDeviceTsar V4<vci_param>*bdev;152 VciBlockDeviceTsar<vci_param>* bdev; 153 153 VciDspinInitiatorWrapper<vci_param,cmd_width,rsp_width>* wi_bdev; 154 154 VciDspinTargetWrapper<vci_param,cmd_width,rsp_width>* wt_bdev; … … 162 162 VirtualDspinRouter<rsp_width>* router_rsp; 163 163 164 Tsar V5ClusterMmu(sc_module_name insname,164 TsarXbarCluster( sc_module_name insname, 165 165 size_t nb_procs, // number of processors 166 166 size_t nb_ttys, // number of TTY terminals … … 204 204 bool proc_debug_ok); 205 205 206 ~Tsar V5ClusterMmu();206 ~TsarXbarCluster(); 207 207 }; 208 208 }}
Note: See TracChangeset
for help on using the changeset viewer.