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

RWT branch:

  • Renamed parameters dspin_in_width and dspin_out_width
File:
1 edited

Legend:

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

    r823 r837  
    344344    template<typename vci_param_int, \
    345345    typename vci_param_ext, \
    346     size_t dspin_in_width,  \
    347     size_t dspin_out_width> x \
    348     VciMemCache<vci_param_int, vci_param_ext, dspin_in_width, dspin_out_width>
     346    size_t memc_dspin_in_width,  \
     347    size_t memc_dspin_out_width> x \
     348    VciMemCache<vci_param_int, vci_param_ext, memc_dspin_in_width, memc_dspin_out_width>
    349349
    350350    using namespace soclib::common;
Note: See TracChangeset for help on using the changeset viewer.