diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-21 13:15:45 -0800 |
---|---|---|
committer | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-21 13:15:45 -0800 |
commit | ca870688c33f7a71eea78709d85a069957966ba6 (patch) | |
tree | 8423782aa4b8b5294cfc19462e4c1b4fa4c66f8e /tests/tools | |
parent | a8803a1519ce9191c43cd9a0f09d6c3ae99666e9 (diff) | |
download | yosys-ca870688c33f7a71eea78709d85a069957966ba6.tar.gz yosys-ca870688c33f7a71eea78709d85a069957966ba6.tar.bz2 yosys-ca870688c33f7a71eea78709d85a069957966ba6.zip |
Revert "tests/simple to also do LUT synth"
This reverts commit 5994382a20a0b7e890d22d032eecb39b61e0b3ce.
Diffstat (limited to 'tests/tools')
-rwxr-xr-x | tests/tools/autotest.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index 2b8e60200..13c25432f 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -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 |