source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interface_port_map.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: 572 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/include/Interface.h"
9
10
11namespace morpheo              {
12namespace behavioural          {
13
14//   void Interface::port_map (void * entity,
15//                          void * interface)
16//   {
17//     log_printf(FUNC,Behavioural,"port_map","Begin");
18// #ifdef POSITION
19//     _is_map        = true     ;
20//     _entity_map    = entity   ;
21//     _interface_map = interface;
22// #endif
23//     log_printf(FUNC,Behavioural,"port_map","End");
24//   };
25
26}; // end namespace behavioural         
27}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.