Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

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

    r82 r88  
    3131#endif
    3232
     33  Tusage_t _usage = USE_ALL;
     34
     35//   _usage = usage_unset(_usage,USE_SYSTEMC              );
     36//   _usage = usage_unset(_usage,USE_VHDL                 );
     37//   _usage = usage_unset(_usage,USE_VHDL_TESTBENCH       );
     38//   _usage = usage_unset(_usage,USE_VHDL_TESTBENCH_ASSERT);
     39//   _usage = usage_unset(_usage,USE_POSITION             );
     40//   _usage = usage_unset(_usage,USE_STATISTICS           );
     41//   _usage = usage_unset(_usage,USE_INFORMATION          );
     42
    3343  Sort * _Sort = new Sort (name.c_str(),
    3444#ifdef STATISTICS
     
    3646#endif
    3747                           _param,
    38                            USE_ALL);
     48                           _usage);
    3949 
    4050#ifdef SYSTEMC
     
    154164              tab [ptr]._val = false;
    155165
    156               LABEL("OUTPUT [%d] %d - %d",i, out_OUTPUT_VAL [i]->read(), out_OUTPUT_DATA [i]->read(), out_OUTPUT_INDEX [i]->read());
     166              LABEL("OUTPUT [%d] %d %d - %d",i, out_OUTPUT_VAL [i]->read(), out_OUTPUT_DATA [i]->read(), out_OUTPUT_INDEX [i]->read());
    157167
    158168              TEST(Tcontrol_t,out_OUTPUT_VAL   [i]->read(),find);
Note: See TracChangeset for help on using the changeset viewer.