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/Configuration/src/Configuration.cpp

    r110 r114  
    6666    if (fromString<bool>(_simulator->getParam("use_statistics")))
    6767      _usage = usage_set(_usage, USE_STATISTICS);
    68     if (fromString<bool>(_simulator->getParam("use_information")))
    69       _usage = usage_set(_usage, USE_INFORMATION);
     68//     if (fromString<bool>(_simulator->getParam("use_information")))
     69//       _usage = usage_set(_usage, USE_INFORMATION);
    7070    if (fromString<bool>(_simulator->getParam("use_header")))
    7171      _usage = usage_set(_usage, USE_HEADER);
Note: See TracChangeset for help on using the changeset viewer.