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

Small fixes to get a test working

This commit is contained in:
Akash Levy 2024-11-16 22:21:58 -08:00
parent 0e00fc9824
commit 3190771892
2 changed files with 2 additions and 7 deletions

View file

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