diff options
Diffstat (limited to 'tests/xsthammer/Makefile')
-rw-r--r-- | tests/xsthammer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xsthammer/Makefile b/tests/xsthammer/Makefile index 60aebcd32..792dce9e1 100644 --- a/tests/xsthammer/Makefile +++ b/tests/xsthammer/Makefile @@ -14,7 +14,7 @@ check_vivado/%.log: rtl/%.v vivado/%.v bash run-check.sh -vivado $(notdir $(basename $<)) check_quartus/%.log: rtl/%.v quartus/%.v - # bash run-check.sh -quartus $(notdir $(basename $<)) + bash run-check.sh -quartus $(notdir $(basename $<)) xst/%.v: rtl/%.v bash run-xst.sh $(notdir $(basename $<)) |