Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Interface.h

    r81 r82  
    6363                                                          ,localisation_t localisation
    6464#endif
    65                                                           ,Tusage_t       usage=USE_ALL
     65                                                          ,Tusage_t       usage
    6666                                                          );
    6767
     
    220220                                                          std::string             counter_name  ,
    221221                                                          std::string             reset_name    );
    222   public    : std::string                testbench_test       (Vhdl           * & vhdl        ,
     222  public    : std::string           testbench_test       (Vhdl           * & vhdl        ,
    223223                                                          std::string             counter_name,
    224224                                                          std::string             reset_name);
    225   public    : std::string                testbench_test_ok    (Vhdl           * & vhdl        );
    226   protected : std::string                testbench_test_name   (Vhdl           * & vhdl);
    227   protected : std::string                testbench_test_ok_name(Vhdl           * & vhdl);
    228   protected : std::string                testbench_test_transaction_name(Vhdl           * & vhdl);
    229 #endif
    230 
    231   public    : bool                  test_map             (uint32_t depth, bool top_level);
     225  public    : std::string           testbench_test_ok    (Vhdl           * & vhdl        );
     226  protected : std::string           testbench_test_name   (Vhdl           * & vhdl);
     227  protected : std::string           testbench_test_ok_name(Vhdl           * & vhdl);
     228  protected : std::string           testbench_test_transaction_name(Vhdl           * & vhdl);
     229#endif
     230
     231  public    : bool                  test_map             (uint32_t depth, bool top_level, bool is_behavioural);
     232//   public    : bool                  test_equi            (uint32_t depth);
    232233
    233234#ifdef POSITION
Note: See TracChangeset for help on using the changeset viewer.