source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_vhdl_port.cpp @ 42

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

Modification des classes d'encapsulation des interfaces :

  • gère les signaux à écrire dans le vhdl
  • les traces pour le testbench
  • la génération des vhdl structurelles

-> test sur la Pattern History Table

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