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.Common

    r113 r117  
    2222endif
    2323
    24 ##-----[ Entity ]-------------------------------------------
    25 #ENTITY                         = $$($(BASENAME) $$PWD)
    26 
    2724#-----[ Directory ]----------------------------------------
    28 #DIR_TMP                         = .
    2925DIR_TMP                         = $(MORPHEO_TMP)
    3026DIR_INC                         = include
     
    3531
    3632#-----[ Compilation ]--------------------------------------
    37 INCDIR                          = $(SYSTEMC_INCDIR_$(SIMULATOR))        \
     33INCDIR                          = $(SYSTEMC_INCDIR_$(SIMULATOR_SYSTEMC))        \
    3834                                  -I.                                   \
    3935                                  -I$(DIR_MORPHEO)
    4036
    4137LIBDIR                          = -L$(DIR_LIB) \
    42                                   $(SYSTEMC_LIBDIR_$(SIMULATOR))       
     38                                  $(SYSTEMC_LIBDIR_$(SIMULATOR_SYSTEMC))       
    4339#                                 $(OR1K_LIBDIR)                               
    4440
    45 FLAGS_COMMON                    = $(SYSTEMC_CFLAGS_$(SIMULATOR))        \
     41FLAGS_COMMON                    = $(SYSTEMC_CFLAGS_$(SIMULATOR_SYSTEMC))        \
    4642                                  $(CXX_FLAGS)
    4743
     
    6258                                @$(ECHO) "-------------------| $(ENTITY)"
    6359
    64 test                            :
    65                                 @echo $(DIR_LIBRARY);
    66 
    6760$(DIR_OBJ)/$(ENTITY)_%.o        : $(DIR_SRC)/%.cpp $(HEADERS)
    6861                                @\
    6962                                $(ECHO) "Compilation        : $*";\
    70                                 $(SYSTEMC_CXX_$(SIMULATOR)) $(CFLAGS) -c -o $@ $<;
     63                                $(SYSTEMC_CXX_$(SIMULATOR_SYSTEMC)) $(CFLAGS) -c -o $@ $<;
    7164
    7265$(DIR_OBJ)                      :
Note: See TracChangeset for help on using the changeset viewer.