mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-17 04:34:47 +00:00
Disabled "abc -dff" in "make test" for now (waiting for scorr bugfix in ABC)
This commit is contained in:
parent
ab71bd0746
commit
9ce7b0fc3b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue