Changeset 175 for trunk/platforms
- Timestamp:
- Jun 5, 2011, 1:24:11 PM (14 years ago)
- Location:
- trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/configuration/default.cfg
r167 r175 1 1 1 2 2 2 4 4 3 3 4 64 16 -
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/define.h
r165 r175 28 28 #define SORT_SHELL_SIZE 5000 29 29 #define MATRIX_MULTIPLICATION_ST_SIZE 50 30 #define MATRIX_MULTIPLICATION_MT_SIZE 9630 #define MATRIX_MULTIPLICATION_MT_SIZE 75 31 31 #define MATRIX_MULTIPLICATION_MT_LOCK_BY_LINE 1 32 32 #define SELF_CODE_MODIFYING_NB_RUNS 10 -
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/top.cpp
r167 r175 32 32 33 33 # define USE_OLD_XCACHE 0 34 # define USE_VGMN 135 34 # define NB_PROC_MIN 1 36 35 # define NB_PROC_MAX 15 … … 460 459 sc_start(sc_core::sc_time(ncycles, SC_NS)); 461 460 461 // sc_start(sc_core::sc_time(1013000, SC_NS)); 462 // uint32_t num_cycle=1013000 ; 463 464 // for (uint32_t i=0; i<600; ++i) 465 // { 466 // std::cout << std::endl 467 // << std::dec << "===== [ cycle " << num_cycle << " ]======" << std::endl 468 // << std::endl; 469 // sc_start(sc_core::sc_time(1, SC_NS)); 470 // interconnect_p.print_trace(); 471 // num_cycle ++; 472 // } 473 462 474 // std::cout << "Hit ENTER to end simulation" << std::endl; 463 475 // char buf[1];
Note: See TracChangeset
for help on using the changeset viewer.