- Timestamp:
- Jun 5, 2011, 1:24:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.