summaryrefslogtreecommitdiffstats
path: root/test_rrobin_problem/synthesis/Makefile
diff options
context:
space:
mode:
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