Changeset 421 for trunk/modules/vci_cc_vcache_wrapper/caba/source/src
- Timestamp:
- Jun 26, 2013, 5:08:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_vcache_wrapper/caba/source/src/vci_cc_vcache_wrapper.cpp
r403 r421 380 380 r_dtlb("dtlb", proc_id, dtlb_ways,dtlb_sets,vci_param::N) 381 381 { 382 std::cout << " - Building VciCcVcacheWrapper : " << name << std::endl; 383 382 384 assert( ((icache_words*vci_param::B) < (1<<vci_param::K)) and 383 385 "Need more PLEN bits.");
Note: See TracChangeset
for help on using the changeset viewer.