mirror of https://github.com/YosysHQ/yosys.git
Disabled "abc -dff" in "make test" for now (waiting for scorr bugfix in ABC)
This commit is contained in:
parent
ab71bd0746
commit
9ce7b0fc3b
|
@ -114,7 +114,8 @@ do
|
||||||
test_passes -p "$scriptopt"
|
test_passes -p "$scriptopt"
|
||||||
else
|
else
|
||||||
test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt"
|
test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt"
|
||||||
test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt"
|
# test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt"
|
||||||
|
test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc; opt"
|
||||||
fi
|
fi
|
||||||
touch ../${bn}.log
|
touch ../${bn}.log
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue