aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tools/autotest.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update cells supported for verilog to FIRRTL conversion.Jim Lawson2019-02-151-3/+3
| | | | | | | | | | | | | 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.
* Add optional SEED=n command line option to Makefile, and -S n command line ↵Eric Smith2016-09-221-1/+6
| | | | option to test scripts, for deterministic regression tests.
* Added "make -j{N}" support to "make test"Clifford Wolf2014-07-301-0/+8