summaryrefslogtreecommitdiffstats
path: root/rena3/synthesis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rena3/synthesis/Makefile')
-rw-r--r--rena3/synthesis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rena3/synthesis/Makefile b/rena3/synthesis/Makefile
index 8a2008d..f8ef3ba 100644
--- a/rena3/synthesis/Makefile
+++ b/rena3/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