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/TTY/Makefile

    r88 r113  
    1 #-----[ Directory ]----------------------------------------
    2 
    3 #-----[ Variable ]-----------------------------------------
    4 
    5 ENTITY                         ?= TTY
    6 
    7 #OBJECTS_DEPS                   =
    8 
    91#-----[ Rules ]--------------------------------------------
    102
    113all                             :
    12                                 @\
    13                                 $(MAKE) all_environment;
     4                                @$(MAKE) all_environment
    145
    156clean                           :
    16                                 @\
    17                                 $(MAKE)  environment_clean;\
    18                                 $(RM) tty_*;
     7                                @$(MAKE) environment_clean; $(RM) tty_*
    198
    209clean_all                       : clean
Note: See TracChangeset for help on using the changeset viewer.