aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tools/autotest.mk
diff options
context:
space:
mode:
authorJim Lawson <ucbjrl@berkeley.edu>2019-02-15 11:14:17 -0800
committerJim Lawson <ucbjrl@berkeley.edu>2019-02-15 11:14:17 -0800
commitfc1c9aa11fbfbb1ea5b63e1830549d453ba01dfb (patch)
treef1ab5be80895287153e3db69d4e46e0f673c746d /tests/tools/autotest.mk
parent807b3c769733b8cf07f5b14674df41bd2788e09d (diff)
downloadyosys-fc1c9aa11fbfbb1ea5b63e1830549d453ba01dfb.tar.gz
yosys-fc1c9aa11fbfbb1ea5b63e1830549d453ba01dfb.tar.bz2
yosys-fc1c9aa11fbfbb1ea5b63e1830549d453ba01dfb.zip
Update cells supported for verilog to FIRRTL conversion.
Issue warning messages for missing parameterized modules and attempts to set initial values. Replace simple "if (cell-type)" with "else if" chain. Fix FIRRTL shift handling. Add support for parameterized modules, $shift, $shiftx. Handle default output file. Deal with no top module. Automatically run pmuxtree pass. Allow EXTRA_FLAGS and SEED parameters to be set in the environment for tests/tools/autotest.mk. Support FIRRTL regression testing in tests/tools/autotest.sh Add xfirrtl files to test directories to exclude files from FIRRTL regression tests that are known to fail.
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