Ignore:
Timestamp:
Apr 14, 2009, 8:39:12 PM (15 years ago)
Author:
rosiere
Message:

1) Add modelsim simulation systemC
2) Modelsim cosimulation systemC / VHDL is not finish !!!! (cf execute_queue and write_unit)
3) Add multi architecture
5) Add template for comparator, multiplier and divider
6) Change Message
Warning) Various test macro have change, many selftest can't compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/Data/Makefile

    r88 r113  
    1 #-----[ Directory ]----------------------------------------
    2 
    3 # DIR_ENDIANNESS                        = ../Endianness
    4 
    5 #-----[ Variable ]-----------------------------------------
    6 
    7 ENTITY                         ?= Data
    8 
    9 # OBJECTS_DEPS                  = $(patsubst $(DIR_ENDIANNESS)/$(DIR_SRC)/%.cpp,$(DIR_ENDIANNESS)/$(DIR_OBJ)/%.o,$(wildcard $(DIR_ENDIANNESS)/$(DIR_SRC)/*.cpp))
    10 
    111#-----[ Rules ]--------------------------------------------
    122
    133all                             :
    14                                 @\
    15                                 $(MAKE) all_environment
    16 
    17 #                               $(MAKE) --directory=$(DIR_ENDIANNESS) all; \
     4                                @$(MAKE) all_environment
    185
    196clean                           :
    20                                 @\
    21                                 $(MAKE) environment_clean
    22 
    23 #                               $(MAKE) --directory=$(DIR_ENDIANNESS) clean; \
     7                                @$(MAKE) environment_clean
    248
    259clean_all                       : clean
     
    2812                                @$(MAKE) environment_help
    2913
    30 include                         ../Makefile.Environment
     14include                         Makefile.defs
     15include                         $(DIR_ENVIRONMENT)/Makefile.Environment
Note: See TracChangeset for help on using the changeset viewer.