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
RevLine 
[10]1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
[15]8#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
[10]9
10namespace morpheo                    {
11namespace behavioural {
12namespace generic {
13namespace select {
[15]14namespace select_priority_fixed {
[10]15
16
[15]17  void Select_Priority_Fixed::vhdl_testbench_label (string label)
[10]18  {
[15]19    log_printf(FUNC,Select_Priority_Fixed,"vhdl_testbench_label","Begin");
[10]20
21#ifdef VHDL_TESTBENCH
22    _vhdl_testbench->add_label(label);
23#endif
24   
[15]25    log_printf(FUNC,Select_Priority_Fixed,"vhdl_testbench_label","End");
[10]26  };
27
[15]28}; // end namespace select_priority_fixed
[10]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.