source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interface_fifo_testbench.cpp @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 616 bytes
Line 
1#ifdef VHDL_TESTBENCH
2/*
3 * $Id: Interface_fifo_testbench.cpp 81 2008-04-15 18:40:01Z rosiere $
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/include/Interface_fifo.h"
10#include "Behavioural/include/Entity.h"
11
12namespace morpheo              {
13namespace behavioural          {
14
15  void Interface_fifo::testbench (void)
16  {
17    log_printf(FUNC,Behavioural,"testbench","Begin");
18
19    if (_test_exhaustive or testbench_transaction())
20      testbench_cycle ();
21   
22    Interface::testbench_cycle ();
23    Interface::testbench();
24
25    log_printf(FUNC,Behavioural,"testbench","End");
26  };
27
28}; // end namespace behavioural         
29}; // end namespace morpheo             
30#endif
Note: See TracBrowser for help on using the repository browser.