Ignore:
Timestamp:
May 16, 2009, 4:42:39 PM (15 years ago)
Author:
rosiere
Message:

1) Platforms : add new organization for test
2) Load_Store_Unit : add array to count nb_check in store_queue
3) Issue_queue and Core_Glue : rewrite the issue network
4) Special_Register_Unit : add reset value to register CID
5) Softwares : add multicontext test
6) Softwares : add SPECINT
7) Softwares : add MiBench?
7) Read_queue : inhib access for r0
8) Change Core_Glue (network) - dont yet support priority and load balancing scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.Component

    r113 r117  
    1818$(DIR_LIB)/%.a                  : $(SOURCES) $(HEADERS)
    1919                                @\
    20                                 case "${SIMULATOR}" in                                                          \
     20                                case "${SIMULATOR_SYSTEMC}" in                                                          \
    2121                                    "modelsim")                                                                 \
    2222                                        $(MODELTECH_VLIB) $@;                                                   \
     
    2525                                    *)                                                                          \
    2626                                        $(MAKE) $(OBJECTS);                                                     \
    27                                         $(ECHO) "Archive            : $*";                                      \
    28                                         $(AR)  -r $@ $(OBJECTS);                                                \
    29                                         $(RANLIB) $@;                                                           \
     27                                        if $(TEST) $$? -eq 0; then                                              \
     28                                           $(ECHO) "Archive            : $*";                                   \
     29                                           $(AR)  -r $@ $(OBJECTS);                                             \
     30                                           $(RANLIB) $@;                                                        \
     31                                        fi;                                                                     \
    3032                                        ;;                                                                      \
    3133                                esac;
Note: See TracChangeset for help on using the changeset viewer.