aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tools/autotest.mk
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-02-17 11:39:14 +0100
committerGitHub <noreply@github.com>2019-02-17 11:39:14 +0100
commite45f62b0c56717a23099425f078d1e56212aa632 (patch)
treea87d0ea6125ae7a00210ad890716c4417994bf2c /tests/tools/autotest.mk
parent807b3c769733b8cf07f5b14674df41bd2788e09d (diff)
parentc245041bfe2ee0d5b5504fa5e9459ac52e836c33 (diff)
downloadyosys-e45f62b0c56717a23099425f078d1e56212aa632.tar.gz
yosys-e45f62b0c56717a23099425f078d1e56212aa632.tar.bz2
yosys-e45f62b0c56717a23099425f078d1e56212aa632.zip
Merge pull request #811 from ucb-bar/firrtlfixes
Update cells supported for verilog to FIRRTL conversion.
Diffstat (limited to 'tests/tools/autotest.mk')
-rw-r--r--tests/tools/autotest.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tools/autotest.mk b/tests/tools/autotest.mk
index c68678929..e0f2bcdc1 100644
--- a/tests/tools/autotest.mk
+++ b/tests/tools/autotest.mk
@@ -1,7 +1,7 @@
-EXTRA_FLAGS=
-SEED=
-
+# Don't bother defining default values for SEED and EXTRA_FLAGS.
+# Their "natural" default values should be sufficient,
+# and they may be overridden in the environment.
ifneq ($(strip $(SEED)),)
SEEDOPT=-S$(SEED)
endif