Ignore:
Timestamp:
Jun 8, 2009, 10:43:30 PM (15 years ago)
Author:
rosiere
Message:

1) Fix performance
2) add auto generation to SPECINT2000
3) add reset in genMoore and genMealy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Sort/src/Sort.cpp

    r88 r123  
    3535    log_printf(FUNC,Sort,FUNCTION,"Begin");
    3636
    37 #if DEBUG_Sort == true
    38     log_printf(INFO,Sort,FUNCTION,_("<%s> Parameters"),_name.c_str());
     37// #if DEBUG_Sort == true
     38//     log_printf(INFO,Sort,FUNCTION,_("<%s> Parameters"),_name.c_str());
    3939
    40     std::cout << *param << std::endl;
    41 #endif   
     40//     std::cout << *param << std::endl;
     41// #endif   
    4242
    4343    log_printf(INFO,Sort,FUNCTION,"Allocation");
Note: See TracChangeset for help on using the changeset viewer.