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

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Sort/src
Files:
2 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");
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Sort/src/Sort_genMealy.cpp

    r81 r123  
    2121    log_printf(FUNC,Sort,FUNCTION,"Begin");
    2222
     23    if (PORT_READ(in_NRESET))
     24      {
    2325    sort_t array [_param->_nb_input];
    2426
     
    4446        PORT_WRITE (out_OUTPUT_DATA  [i],array[i].data );
    4547      }
     48      }
    4649
    4750    log_printf(FUNC,Sort,FUNCTION,"End");
Note: See TracChangeset for help on using the changeset viewer.