Update cells supported for verilog to FIRRTL conversion.
authorJim Lawson <ucbjrl@berkeley.edu>
Fri, 15 Feb 2019 19:14:17 +0000 (11:14 -0800)
committerJim Lawson <ucbjrl@berkeley.edu>
Fri, 15 Feb 2019 19:14:17 +0000 (11:14 -0800)
commitfc1c9aa11fbfbb1ea5b63e1830549d453ba01dfb
treef1ab5be80895287153e3db69d4e46e0f673c746d
parent807b3c769733b8cf07f5b14674df41bd2788e09d
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.
backends/firrtl/firrtl.cc
tests/asicworld/xfirrtl [new file with mode: 0644]
tests/simple/xfirrtl [new file with mode: 0644]
tests/tools/autotest.mk
tests/tools/autotest.sh