Changeset 378 for trunk/platforms/tsar_generic_xbar/top.cpp
- Timestamp:
- Apr 18, 2013, 3:33:14 PM (11 years ago)
- Location:
- trunk/platforms/tsar_generic_xbar
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_xbar/top.cpp
r370 r378 84 84 #include "gdbserver.h" 85 85 #include "mapping_table.h" 86 #include "tsar v5_cluster_mmu.h"86 #include "tsar_xbar_cluster.h" 87 87 #include "alloc_elems.h" 88 88 … … 538 538 //////////////////////////// 539 539 540 Tsar V5ClusterMmu<vci_param, proc_iss, cmd_width, rsp_width>* clusters[CLUSTER_X][CLUSTER_Y];540 TsarXbarCluster<vci_param, proc_iss, cmd_width, rsp_width>* clusters[CLUSTER_X][CLUSTER_Y]; 541 541 542 542 #if USE_OPENMP … … 556 556 std::ostringstream sc; 557 557 sc << "cluster_" << x << "_" << y; 558 clusters[x][y] = new Tsar V5ClusterMmu<vci_param, proc_iss, cmd_width, rsp_width>558 clusters[x][y] = new TsarXbarCluster<vci_param, proc_iss, cmd_width, rsp_width> 559 559 ( 560 560 sc.str().c_str(),
Note: See TracChangeset
for help on using the changeset viewer.