Ignore:
Timestamp:
Apr 4, 2013, 2:36:54 PM (11 years ago)
Author:
joannou
Message:

Got rid of intermediate v5 version. _dspin_coherence versions changed to main version for v5. Changed components names and platforms to fit the new names

Location:
branches/v5/platforms/tsar_generic_mmu
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/v5/platforms/tsar_generic_mmu/tsar_cluster_mmu/caba/source/include/tsar_cluster_mmu.h

    r342 r351  
    3232#include "vci_framebuffer.h"
    3333#include "vci_multi_dma.h"
    34 #include "vci_mem_cache_dspin_coherence.h"
    35 #include "vci_cc_vcache_wrapper_dspin_coherence.h"
     34#include "vci_mem_cache.h"
     35#include "vci_cc_vcache_wrapper.h"
    3636
    3737namespace soclib {
     
    128128                     size_t                             cluster,       // y + ymax*x
    129129                     const soclib::common::MappingTable &mtd,          // direct mapping table
    130                      const soclib::common::MappingTable &mtc,          // coherence mapping table
    131130                     const soclib::common::MappingTable &mtx,          // xram mapping table
    132131                     size_t                                 x_width,       // x field number of bits
    133132                     size_t                                 y_width,       // y field number of bits
     133                     size_t                                 l_width,       // l field number of bits
    134134                     size_t                                 tgtid_memc,
    135135                     size_t                                 tgtid_xicu,
     
    150150                     size_t                             xfb,           // frame buffer pixels
    151151                     size_t                             yfb,           // frame buffer lines
    152                      char*                              disk_name,     // virtual disk name for BDEV
     152                     char*                              disk_name,     // virtual disk for BDEV
    153153                     size_t                             block_size,    // block size for BDEV
    154154                     size_t                             nic_channels,  // number of channels
Note: See TracChangeset for help on using the changeset viewer.