source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/src/Select_Priority_Fixed_vhdl_testbench_label.cpp @ 29

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

Interface normalisé
Début du banc de registres multi niveaux

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