source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_vhdl_testbench_label.cpp @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

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