Revert "tests/simple to also do LUT synth"
authorEddie Hung <eddieh@ece.ubc.ca>
Thu, 21 Feb 2019 21:15:45 +0000 (13:15 -0800)
committerEddie Hung <eddieh@ece.ubc.ca>
Thu, 21 Feb 2019 21:15:45 +0000 (13:15 -0800)
This reverts commit 5994382a20a0b7e890d22d032eecb39b61e0b3ce.

tests/tools/autotest.sh

index 2b8e6020056a5bde93707c88da94bb445e2aee9b..13c25432fcc089c4eae1bab3c9ab147eeaa9eff0 100755 (executable)
@@ -178,7 +178,6 @@ do
                else
                        test_passes -f "$frontend $include_opts" -p "hierarchy; proc; opt; memory; opt; fsm; opt -full -fine" ${bn}_ref.v
                        test_passes -f "$frontend $include_opts" -p "hierarchy; synth -run coarse; techmap; opt; abc -dff" ${bn}_ref.v
-                       test_passes -f "$frontend $include_opts" -p "hierarchy; synth -run coarse; techmap; opt; abc -lut 4" ${bn}_ref.v
                        if [ -n "$firrtl2verilog" ]; then
                            if test -z "$xfirrtl" || ! grep "$fn" "$xfirrtl" ; then
                                "$toolsdir"/../../yosys -b "firrtl" -o ${bn}_ref.fir -f "$frontend $include_opts" -p "prep -nordff; proc; opt; memory; opt; fsm; opt -full -fine; pmuxtree" ${bn}_ref.v