mirror of https://github.com/YosysHQ/yosys.git
Use "abc -dff" in "make test"
This commit is contained in:
parent
4892a3ce6d
commit
ab3f6266ad
|
@ -148,9 +148,8 @@ do
|
|||
if [ -n "$scriptfiles" ]; then
|
||||
test_passes
|
||||
else
|
||||
test_passes -p "hierarchy; proc; memory; opt; fsm; opt"
|
||||
test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt"
|
||||
# test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt; abc; 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"
|
||||
fi
|
||||
touch ../${bn}.log
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue