Ignore:
Timestamp:
Apr 17, 2009, 12:35:37 AM (15 years ago)
Author:
rosiere
Message:

1) Fix bug with previous commit
2) Add test libc
3) Change Dhrystone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/src/Commit_unit_transition.cpp

    r113 r114  
    427427                instruction_log_file [num_thread]
    428428                  << "[" << simulation_cycle() << "] "
    429                   << "{" << ((retire_ok)?" OK ":"!KO!") << "} "
    430429                  << std::hex
    431                   << "0x" << entry->address << " (0x" << (entry->address<<2) << ") "
     430                  << (entry->address<<2) << " (" << (entry->address) << ") "
    432431                  << std::dec
    433432                  << "[" << entry->cycle_rob_in << ", " << entry->cycle_commit << "] "
     433                  << "{" << ((retire_ok)?" OK ":"!KO!") << "} "
    434434                  << std::endl;
    435435#endif
Note: See TracChangeset for help on using the changeset viewer.