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

    r113 r142  
    11#-----[ Rules ]--------------------------------------------
    22
    3 all                             :
     3all                             : only
     4
     5clean                           : clean_only
     6
     7clean_all                       : clean
     8
     9only                            :
    410                                @$(MAKE) all_environment
    511
    6 clean                           :
     12clean_only                      :
    713                                @$(MAKE) environment_clean
    8 
    9 clean_all                       : clean
    1014
    1115help                            :
Note: See TracChangeset for help on using the changeset viewer.