Ignore:
Timestamp:
May 12, 2010, 7:34:01 PM (14 years ago)
Author:
rosiere
Message:

1) add counters_t type for interface
2) fix in check load in load_store_unit
3) add parameters (but not yet implemented)
4) change environment and add script (distcc_env.sh ...)
5) add warning if an unser change rename flag with l.mtspr instruction
6) ...

File:
1 edited

Legend:

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

    r137 r138  
    1 ifeq ($(origin MORPHEO_PREFIX), undefined)
    2         $(error "variable MORPHEO_PREFIX   is undefined");
     1ifeq ($(origin MORPHEO_TOPLEVEL), undefined)
     2        $(error "variable MORPHEO_TOPLEVEL is undefined");
     3else
     4        include $(MORPHEO_TOPLEVEL)/Makefile.tools
     5        include $(MORPHEO_TOPLEVEL)/Makefile.flags
    36endif
    47
    58#-----[ Directory ]----------------------------------------
    6 DIR_LIB                         = $(MORPHEO_PREFIX)/lib
     9DIR_LIB                         = $(MORPHEO_PREFIX)/lib/$(MORPHEO_TYPE)
    710DIR_ENVIRONMENT                 = .
    811DIR_CACHE                       = Cache
Note: See TracChangeset for help on using the changeset viewer.