- Timestamp:
- Oct 15, 2014, 11:45:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RWT/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r823 r837 344 344 template<typename vci_param_int, \ 345 345 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> 349 349 350 350 using namespace soclib::common;
Note: See TracChangeset
for help on using the changeset viewer.