Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 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/include/Interface_fifo.h

    r82 r88  
    55 * $Id$
    66 *
    7  * [ Description ]
     7 * [ Description ]
    88 *
    99 */
     
    3535
    3636#ifdef VHDL_TESTBENCH
    37   private   : bool                  _test_exhaustive;
     37  private   : bool                       _test_exhaustive;
    3838  private   : std::list<uint32_t>      * _list_cycle   ;
    3939#endif
    4040
    41    // -----[ methods ]---------------------------------------------------
     41   // -----[ methods ]---------------------------------------------------
    4242  public    :                       Interface_fifo       (std::string         name       
    4343#ifdef POSITION
     
    107107  public    : bool                  testbench_transaction(void);
    108108  public    : void                  testbench_cycle      (void);
    109   public    : std::string           testbench_test       (Vhdl   * & vhdl        ,
    110                                                           std::string     counter_name,
    111                                                           std::string     reset_name  );
     109  public    : std::string           testbench_test       (Vhdl    * & vhdl        ,
     110                                                          std::string counter_name,
     111                                                          std::string reset_name  );
     112#ifdef VHDL_TESTBENCH_ASSERT
     113  public    : void                  testbench_assert     (Vhdl    * & vhdl        ,
     114                                                          std::string counter_name);
     115#endif
    112116
    113117  public    : std::string           testbench_test_transaction (Vhdl * & vhdl);
Note: See TracChangeset for help on using the changeset viewer.