summaryrefslogtreecommitdiffstats
path: root/test_rrobin_problem/synthesis/Makefile
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2012-02-22 11:13:34 +0100
committerBert Lange <b.lange@hzdr.de>2012-02-22 11:13:34 +0100
commitc1331dc3a616a51e9ef8d81e4bc4afdb7bf2f133 (patch)
tree6c5eec12e5d636e61659592ef79cb42e075b645c /test_rrobin_problem/synthesis/Makefile
parent8b6ba55effe041027e4f156a54dcbefdaf69a2e2 (diff)
downloadzpu-c1331dc3a616a51e9ef8d81e4bc4afdb7bf2f133.zip
zpu-c1331dc3a616a51e9ef8d81e4bc4afdb7bf2f133.tar.gz
change: ignore lines with # in vhdl_files.txt
Diffstat (limited to 'test_rrobin_problem/synthesis/Makefile')
-rw-r--r--test_rrobin_problem/synthesis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_rrobin_problem/synthesis/Makefile b/test_rrobin_problem/synthesis/Makefile
index 5a6473d..5abab75 100644
--- a/test_rrobin_problem/synthesis/Makefile
+++ b/test_rrobin_problem/synthesis/Makefile
@@ -119,7 +119,7 @@ $(MODULE).prj: ../simulation/vhdl_files.txt
#############################################################################
### generate project file
###
- grep --invert rtl_tb ../simulation/vhdl_files.txt | awk '{printf "vhdl %s %s\n",$$1,$$2}' > $(MODULE).prj
+ grep --invert rtl_tb ../simulation/vhdl_files.txt | grep --invert "\#" | awk '{printf "vhdl %s %s\n",$$1,$$2}' > $(MODULE).prj
xst: $(MODULE).ngc
OpenPOWER on IntegriCloud