Ignore:
Timestamp:
Oct 15, 2014, 11:47:09 AM (10 years ago)
Author:
meunier
Message:

HMESI branch:

  • Renamed parameters dspin_in_width and dspin_out_width in mem_cache
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MESI/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp

    r813 r838  
    335335    template<typename vci_param_int, \
    336336    typename vci_param_ext, \
    337     size_t dspin_in_width,  \
    338     size_t dspin_out_width> x \
    339     VciMemCache<vci_param_int, vci_param_ext, dspin_in_width, dspin_out_width>
     337    size_t memc_dspin_in_width,  \
     338    size_t memc_dspin_out_width> x \
     339    VciMemCache<vci_param_int, vci_param_ext, memc_dspin_in_width, memc_dspin_out_width>
    340340
    341341    using namespace soclib::common;
Note: See TracChangeset for help on using the changeset viewer.