Ignore:
Timestamp:
Jun 26, 2009, 10:43:23 AM (15 years ago)
Author:
rosiere
Message:

1) Correct bug in link two signal
2) Fix error detected with valgrind
3) modif distexe script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/include/Environment.h

    r117 r128  
    6262  public : morpheo::Tcontrol_t                      ** icache_req_ack        ;
    6363  public : morpheo::Tcontrol_t                      ** icache_rsp_val        ;
     64  public :          uint32_t                        ** icache_rsp_num        ;
    6465  public : morpheo::Tcontrol_t                      ** dcache_req_ack        ;
    6566  public : morpheo::Tcontrol_t                      ** dcache_rsp_val        ;
     67  public :          uint32_t                        ** dcache_rsp_num        ;
    6668
    6769    // ===== [ Variables ]===================================================
Note: See TracChangeset for help on using the changeset viewer.