mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
Use "abc -dff" in "make test"
This commit is contained in:
parent
4892a3ce6d
commit
ab3f6266ad
1 changed files with 2 additions and 3 deletions
|
@ -148,9 +148,8 @@ do
|
||||||
if [ -n "$scriptfiles" ]; then
|
if [ -n "$scriptfiles" ]; then
|
||||||
test_passes
|
test_passes
|
||||||
else
|
else
|
||||||
test_passes -p "hierarchy; proc; memory; opt; fsm; opt"
|
test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt"
|
||||||
test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt"
|
test_passes -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt"
|
||||||
# test_passes -p "hierarchy; proc; memory; opt; fsm; opt; techmap; opt; abc; opt"
|
|
||||||
fi
|
fi
|
||||||
touch ../${bn}.log
|
touch ../${bn}.log
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue