mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 11:58:32 +00:00
Merge branch 'master' of github.com:cliffordwolf/yosys
This commit is contained in:
commit
08caa631dd
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