- Timestamp:
- Sep 3, 2010, 3:57:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/caba-ring-ccxcachev1_memcachev3-mipsel/top.cpp
r3 r85 11 11 #include "vci_simple_ram.h" 12 12 #include "vci_multi_tty.h" 13 #include "vci_simple_ring_ network.h"13 #include "vci_simple_ring_fast.h" 14 14 #include "vci_mem_cache_v3.h" 15 15 #include "vci_cc_xcache_wrapper_v1.h" … … 186 186 #endif 187 187 188 soclib::caba::VciSimpleRing Network<vci_param>188 soclib::caba::VciSimpleRingFast<vci_param, 40, 33> 189 189 ringp("ringp",maptabp, IntTab(), 2, 4, 3); 190 190 191 soclib::caba::VciSimpleRing Network<vci_param>191 soclib::caba::VciSimpleRingFast<vci_param, 40, 33> 192 192 ringc("ringc",maptabc, IntTab(), 2, 5, 5); 193 193 194 soclib::caba::VciSimpleRing Network<vci_param>194 soclib::caba::VciSimpleRingFast<vci_param, 40, 33> 195 195 ringx("ringx",maptabx, IntTab(), 2, 1, 1); 196 196
Note: See TracChangeset
for help on using the changeset viewer.