yosys/tests/techmap/bug5495.sh

13 lines
241 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
if ! which timeout ; then
echo "No 'timeout', skipping test"
exit 0
fi
2026-03-27 08:27:52 +01:00
if ! timeout 10 $YOSYS bug5495.v -p 'hierarchy; techmap; abc -script bug5495.abc' ; then
echo "Yosys failed to complete"
exit 1
fi