Ignore:
Timestamp:
Dec 12, 2007, 5:02:47 PM (17 years ago)
Author:
rosiere
Message:

Station de reservation : systemC et VHDL ok

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/include
Files:
2 edited

Legend:

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

    r68 r69  
    2424#define         DEBUG_Multi_Read_unit                             false
    2525#define           DEBUG_Read_unit                                 false
    26 #define             DEBUG_Read_queue                              true
    27 #define             DEBUG_Reservation_station                     false
     26#define             DEBUG_Read_queue                              false
     27#define             DEBUG_Reservation_station                     true
    2828#define         DEBUG_Register_unit                               false
    2929#define           DEBUG_Register_unit_Glue                        false
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h

    r67 r69  
    113113                                                            string      name2                 ,
    114114                                                            string      range2                );
     115  public    : void             set_alias                   (string      name1                 ,
     116                                                            uint32_t    size1                 ,
     117                                                            string      name2                 ,
     118                                                            string      range2                );
    115119
    116120  public    : string           get_list                    (list<string> liste                ,
Note: See TracChangeset for help on using the changeset viewer.