Changeset 378 for trunk/platforms/tsar_generic_xbar/tsar_xbar_cluster/caba/source/src/tsar_xbar_cluster.cpp
- 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/src/tsar_xbar_cluster.cpp
r371 r378 1 1 ////////////////////////////////////////////////////////////////////////////// 2 // File: tsar v5_cluster_mmu.c2 // File: tsar_xbar_cluster.cpp 3 3 // Author: Alain Greiner 4 4 // Copyright: UPMC/LIP6 … … 24 24 ////////////////////////////////////////////////////////////////////////////////// 25 25 26 #include "../include/tsar v5_cluster_mmu.h"26 #include "../include/tsar_xbar_cluster.h" 27 27 28 28 namespace soclib { … … 33 33 ////////////////////////////////////////////////////////////////////////// 34 34 template<typename vci_param, typename iss_t, int cmd_width, int rsp_width> 35 Tsar V5ClusterMmu<vci_param, iss_t, cmd_width, rsp_width>::TsarV5ClusterMmu(35 TsarXbarCluster<vci_param, iss_t, cmd_width, rsp_width>::TsarXbarCluster( 36 36 sc_module_name insname, 37 37 size_t nb_procs, … … 343 343 std::cout << " - building bdev" << std::endl; 344 344 345 bdev = new VciBlockDeviceTsar V4<vci_param>(345 bdev = new VciBlockDeviceTsar<vci_param>( 346 346 "bdev", 347 347 mtd, … … 712 712 /////////////////////////////////////////////////////////////////////////// 713 713 template<typename vci_param, typename iss_t, int cmd_width, int rsp_width> 714 Tsar V5ClusterMmu<vci_param, iss_t, cmd_width, rsp_width>::~TsarV5ClusterMmu() {}714 TsarXbarCluster<vci_param, iss_t, cmd_width, rsp_width>::~TsarXbarCluster() {} 715 715 716 716 }
Note: See TracChangeset
for help on using the changeset viewer.