source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Direction/Meta_Predictor_Glue/src/Meta_Predictor_Glue_vhdl_testbench_transition.cpp @ 45

Last change on this file since 45 was 45, checked in by rosiere, 17 years ago
  • Documentation : specification d'un cache de donnée non bloquant
  • Modification de l'aborescence
File size: 843 bytes
Line 
1#ifdef VHDL_TESTBENCH
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/include/Meta_Predictor_Glue.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace stage_1_ifetch {
14namespace predictor {
15namespace meta_predictor {
16namespace meta_predictor_glue {
17
18
19  void Meta_Predictor_Glue::vhdl_testbench_transition ()
20  {
21    log_printf(FUNC,Meta_Predictor_Glue,"vhdl_testbench_transition","Begin");
22
23//  sc_start(0);
24    _interfaces->testbench();
25
26    log_printf(FUNC,Meta_Predictor_Glue,"vhdl_testbench_transition","End");
27  };
28
29}; // end namespace meta_predictor_glue
30}; // end namespace meta_predictor
31}; // end namespace predictor
32}; // end namespace stage_1_ifetch
33
34}; // end namespace behavioural
35}; // end namespace morpheo             
36#endif
Note: See TracBrowser for help on using the repository browser.