Ignore:
Timestamp:
Dec 5, 2007, 1:40:16 PM (17 years ago)
Author:
rosiere
Message:

register_unit : systemc et VHDL ok

File:
1 edited

Legend:

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

    r62 r65  
    5555  private   : const string          _name          ;
    5656  private   : const direction_t     _direction     ;
    57   private   : const uint32_t        _size          ;
    5857  private   : const presence_port_t _presence_port ;
     58  private   :       uint32_t        _size          ;
    5959
    6060  private   : Signal *              _connect_to_signal;   // the actual implementaion, this signal link with one signal (but if signal is an output, it can be connect with many signal ...)
     
    8181  public    : string            get_name                (void);
    8282  public    : uint32_t          get_size                (void);
     83  public    : void              set_size                (uint32_t size);
     84  public    : void              set_size_max            (uint32_t size);
     85
    8386  public    : Signal *          get_connect_to_signal   (void);
    8487  public    : Signal *          get_connect_from_signal (void);
Note: See TracChangeset for help on using the changeset viewer.