Last change
on this file since 116 was
113,
checked in by rosiere, 16 years ago
|
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
|
-
Property svn:keywords set to
Id
|
File size:
546 bytes
|
Rev | Line | |
---|
[88] | 1 | # |
---|
| 2 | # $Id: Makefile.deps 113 2009-04-14 18:39:12Z rosiere $ |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | #-----[ Test ]--------------------------------------------- |
---|
| 6 | |
---|
| 7 | # Test Environment variables |
---|
| 8 | ifeq ($(origin MORPHEO_TOPLEVEL), undefined) |
---|
| 9 | $(error "variable MORPHEO_TOPLEVEL is undefined"); |
---|
| 10 | else |
---|
| 11 | include $(MORPHEO_TOPLEVEL)/Makefile.tools |
---|
| 12 | endif |
---|
| 13 | |
---|
| 14 | #-----[ Variables ]---------------------------------------- |
---|
| 15 | |
---|
| 16 | ENVIRONMENT_DIR = $(MORPHEO_TOPLEVEL)/IPs/systemC/Environment |
---|
| 17 | ENVIRONMENT_INCDIR = -I$(ENVIRONMENT_DIR)/include |
---|
| 18 | ENVIRONMENT_LIBDIR = -L$(ENVIRONMENT_DIR)/lib |
---|
[113] | 19 | ENVIRONMENT_LIBNAME = -lEnvironment -lbfd -liberty |
---|
Note: See
TracBrowser
for help on using the repository browser.