Ignore:
Timestamp:
Feb 2, 2008, 12:39:01 PM (16 years ago)
Author:
rosiere
Message:

Add new component : Read_unit (no tested)
Change functionnal_unit : now use type and operation to execute the good function
Change New_Component's script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/include/Write_unit.h

    r74 r76  
    159159                                               
    160160#ifdef SYSTEMC                                 
    161 //#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
     161#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
    162162  public  : void        transition                (void);
    163 //#endif
     163#endif
    164164#endif                                         
    165165#ifdef STATISTICS
     
    169169#if VHDL                                       
    170170  public  : void        vhdl                      (void);
    171   private : void        vhdl_declaration          (Vhdl * & vhdl);
    172   private : void        vhdl_body                 (Vhdl * & vhdl);
    173171#endif                                         
    174172                                               
Note: See TracChangeset for help on using the changeset viewer.