summaryrefslogtreecommitdiffstats
path: root/translated_examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'translated_examples/Makefile')
-rw-r--r--translated_examples/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/translated_examples/Makefile b/translated_examples/Makefile
index 6ab476d..b4bfad1 100644
--- a/translated_examples/Makefile
+++ b/translated_examples/Makefile
@@ -4,10 +4,8 @@ TEMP = ../temp/verilog
all:
ifneq ($(shell which iverilog),)
- @mkdir -p $(TEMP)
@echo "##### Checking resulting Verilog files with iverilog ###########"
- @-cd $(TEMP); $(foreach VERILOG,$(wildcard *.v), echo "Checking: $(VERILOG)";\
- iverilog -Wall -y . -t null $(VERILOG);)
+ -cd $(TEMP); iverilog -Wall -y . -t null *.v
endif
clean:
OpenPOWER on IntegriCloud