source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/src/Meta_Predictor_Glue_vhdl_testbench_label.cpp @ 4

Last change on this file since 4 was 4, checked in by rosiere, 17 years ago
File size: 836 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/Meta_Predictor_Glue/include/Meta_Predictor_Glue.h"
9
10namespace morpheo                    {
11namespace behavioural {
12namespace stage_1_ifetch {
13namespace predictor {
14namespace meta_predictor {
15namespace meta_predictor_glue {
16
17
18  void Meta_Predictor_Glue::vhdl_testbench_label (string label)
19  {
20    log_printf(FUNC,Meta_Predictor_Glue,"vhdl_testbench_label","Begin");
21
22#ifdef VHDL_TESTBENCH
23    _vhdl_testbench->add_label(label);
24#endif
25   
26    log_printf(FUNC,Meta_Predictor_Glue,"vhdl_testbench_label","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             
Note: See TracBrowser for help on using the repository browser.