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/Environment/Makefile.defs

    r113 r117  
    1515
    1616#-----[ Compilation ]--------------------------------------
    17 INCDIR                          = $(SYSTEMC_INCDIR_$(SIMULATOR))        \
     17INCDIR                          = $(SYSTEMC_INCDIR_$(SIMULATOR_SYSTEMC))        \
    1818                                  -I$(DIR_INC)                          \
    1919                                  -I../processor/Morpheo
    2020
    21 LIBDIR                          = $(SYSTEMC_LIBDIR_$(SIMULATOR))
     21LIBDIR                          = $(SYSTEMC_LIBDIR_$(SIMULATOR_SYSTEMC))
    2222
    2323LIBNAME                         = -lbfd                                 \
    2424                                  -liberty                              \
    25                                   $(SYSTEMC_LIBNAME_$(SIMULATOR))
     25                                  $(SYSTEMC_LIBNAME_$(SIMULATOR_SYSTEMC))
    2626
    27 FLAGS                           = $(SYSTEMC_CFLAGS_$(SIMULATOR))
     27FLAGS                           = $(SYSTEMC_CFLAGS_$(SIMULATOR_SYSTEMC))
    2828
    2929MORPHEO_CC_FLAGS                = $(MORPHEO_FLAGS) $(CC_FLAGS)           $(INCDIR)
Note: See TracChangeset for help on using the changeset viewer.