3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-12 14:11:00 +00:00

Disable broken test

This commit is contained in:
Akash Levy 2024-10-10 13:31:59 -07:00
parent ea4f153b42
commit b0b89627ac
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
trap 'echo "ERROR in logger_cmd_error.sh" >&2; exit 1' ERR
(../../yosys -v 3 -C <<EOF
yosys -import
hierarchy -top nonexistent
EOF
) 2>&1 | grep -F "ERROR: Module \`nonexistent' not found!" > /dev/null