source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/src/Meta_Predictor_vhdl_testbench_label.cpp @ 5

Last change on this file since 5 was 5, checked in by rosiere, 17 years ago

Ajout du composant Meta_Predictor

File size: 724 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/include/Meta_Predictor.h"
9
10namespace morpheo                    {
11namespace behavioural {
12namespace stage_1_ifetch {
13namespace predictor {
14namespace meta_predictor {
15
16
17  void Meta_Predictor::vhdl_testbench_label (string label)
18  {
19    log_printf(FUNC,Meta_Predictor,"vhdl_testbench_label","Begin");
20
21#ifdef VHDL_TESTBENCH
22    _vhdl_testbench->add_label(label);
23#endif
24   
25    log_printf(FUNC,Meta_Predictor,"vhdl_testbench_label","End");
26  };
27
28}; // end namespace meta_predictor
29}; // end namespace predictor
30}; // end namespace stage_1_ifetch
31
32}; // end namespace behavioural
33}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.