Ignore:
Timestamp:
May 9, 2008, 8:00:21 PM (16 years ago)
Author:
rosiere
Message:

Add component : Context_State (manage miss prediction, exception , decod_enable, synchronisation instruction ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/include/Test.h

    r81 r83  
    2525{
    2626  std::cerr << "[" << num_test << "] : Test KO"
    27        << "\tline " << line                           << std::endl
    28        << " * Localisation"                           << std::endl
    29        << "   - File : " << file                      << std::endl
    30        << "   - Line : " << line                      << std::endl
    31        << " * Expression is different"                << std::endl
    32        << "   - exp1 : "+morpheo::toString(exp1)               << std::endl
    33        << "   - exp2 : "+morpheo::toString(exp2)               << std::endl;
     27       << "\tline " << line                      << std::endl
     28       << " * Localisation"                      << std::endl
     29       << "   - File : " << file                 << std::endl
     30       << "   - Line : " << line                 << std::endl
     31       << " * Expression is different"           << std::endl
     32       << "   - exp1 : "+morpheo::toString(exp1) << std::endl
     33       << "   - exp2 : "+morpheo::toString(exp2) << std::endl;
    3434
    3535  test_ko_error ();
     
    8686#define TEST_KO(str...)                 do {fprintf(stdout,str); fprintf(stdout,"\n"); morpheo::test_ko(__FILE__,__LINE__);} while(0)
    8787
    88 
    8988#define LABEL(str...)                                                   \
    9089  {                                                                     \
Note: See TracChangeset for help on using the changeset viewer.