summaryrefslogtreecommitdiffstats
path: root/test_rrobin_problem/simulation/Makefile
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2012-02-10 17:38:57 +0100
committerBert Lange <b.lange@hzdr.de>2012-02-10 17:38:57 +0100
commit3182c1ab52fadb2bf05ab43db871551eaabaad36 (patch)
tree6d8705a0638dc394a693c4210e0e4b2013d8f5c9 /test_rrobin_problem/simulation/Makefile
parent5693fb15ce70808908d61268c570d36c686de225 (diff)
downloadzpu-3182c1ab52fadb2bf05ab43db871551eaabaad36.zip
zpu-3182c1ab52fadb2bf05ab43db871551eaabaad36.tar.gz
fix: dependency of software
Diffstat (limited to 'test_rrobin_problem/simulation/Makefile')
-rw-r--r--test_rrobin_problem/simulation/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/test_rrobin_problem/simulation/Makefile b/test_rrobin_problem/simulation/Makefile
index cdbc8ee..c940fd7 100644
--- a/test_rrobin_problem/simulation/Makefile
+++ b/test_rrobin_problem/simulation/Makefile
@@ -21,8 +21,10 @@ library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files
all: compile simulate
-compile: Makefile.msim
+software:
test ! -d $(software_dir) || make --directory $(software_dir) | ccze -A
+
+compile: Makefile.msim
export ANAFLAGS="-quiet -2008"; \
make -f Makefile.msim | ccze -A
@@ -44,7 +46,7 @@ clean:
# generate Makefile.msim with vmk
-Makefile.msim: vhdl_files.txt $(library_list)
+Makefile.msim: software vhdl_files.txt $(library_list)
$(VMK) -t modelsim -O -w $(library) -F vhdl_files.txt
$(library_list):
OpenPOWER on IntegriCloud