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:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_xbar/top.cpp

    r370 r378  
    8484#include "gdbserver.h"
    8585#include "mapping_table.h"
    86 #include "tsarv5_cluster_mmu.h"
     86#include "tsar_xbar_cluster.h"
    8787#include "alloc_elems.h"
    8888
     
    538538   ////////////////////////////
    539539
    540    TsarV5ClusterMmu<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];
    541541
    542542#if USE_OPENMP
     
    556556            std::ostringstream sc;
    557557            sc << "cluster_" << x << "_" << y;
    558             clusters[x][y] = new TsarV5ClusterMmu<vci_param, proc_iss, cmd_width, rsp_width>
     558            clusters[x][y] = new TsarXbarCluster<vci_param, proc_iss, cmd_width, rsp_width>
    559559            (
    560560                sc.str().c_str(),
Note: See TracChangeset for help on using the changeset viewer.