Changeset 838 for branches/MESI/modules/vci_mem_cache/caba/source/src
- Timestamp:
- Oct 15, 2014, 11:47:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MESI/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r813 r838 335 335 template<typename vci_param_int, \ 336 336 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> 340 340 341 341 using namespace soclib::common;
Note: See TracChangeset
for help on using the changeset viewer.