Ignore:
Timestamp:
Aug 4, 2010, 10:09:03 PM (14 years ago)
Author:
rosiere
Message:

1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity

File:
1 edited

Legend:

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

    r113 r142  
    11#-----[ Rules ]--------------------------------------------
    22
    3 all                             :
     3all                             : only
     4
     5clean                           : clean_only
     6
     7clean_all                       : clean
     8
     9only                            :
    410                                @\
    5                                 $(MAKE) --directory=$(DIR_QUEUE) all; \
    611                                $(MAKE)                          all_environment;
    712
    8 clean                           :
     13clean_only                      :
    914                                @\
    10                                 $(MAKE) --directory=$(DIR_QUEUE) clean; \
    1115                                $(MAKE)                          environment_clean;
    12 
    13 clean_all                       : clean
    1416
    1517help                            :
Note: See TracChangeset for help on using the changeset viewer.