Ignore:
Timestamp:
Jul 5, 2007, 5:50:19 PM (17 years ago)
Author:
rosiere
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/include/New_Component.h

    r41 r42  
    2222#include "Behavioural/@DIRECTORY/include/Statistics.h"
    2323#endif
    24 #ifdef POSITION
    25 #include "Behavioural/include/Position.h"
    26 #else
    27 #include "Behavioural/include/Interfaces.h"
    28 #endif
     24#include "Behavioural/include/Component.h"
    2925#ifdef VHDL
    3026#include "Behavioural/include/Vhdl.h"
     
    5551#endif
    5652
    57 #ifdef POSITION
    58   private   : Position                       * _position;
    59 #endif
    60 
     53  public    : Component                      * _component;
    6154  private   : Interfaces                     * _interfaces;
    6255
     
    107100#if VHDL                                       
    108101  public  : void     vhdl                      (void);
    109   private : void     vhdl_port                 (Vhdl & vhdl);
    110102  private : void     vhdl_declaration          (Vhdl & vhdl);
    111103  private : void     vhdl_body                 (Vhdl & vhdl);
Note: See TracChangeset for help on using the changeset viewer.