1
0
mirror of synced 2026-01-27 12:43:21 +00:00
Files
YosysHQ.yosys/tests/techmap/bug5495.sh
2025-11-21 04:03:39 +00:00

13 lines
245 B
Bash
Executable File

#!/usr/bin/env bash
if ! which timeout ; then
echo "No 'timeout', skipping test"
exit 0
fi
if ! timeout 5 ../../yosys bug5495.v -p 'hierarchy; techmap; abc -script bug5495.abc' ; then
echo "Yosys failed to complete"
exit 1
fi