3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +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

@ -9,7 +9,3 @@
- `check4`: we handle logic loops differently
- `ice40_mince_abc9`: we do not support `abc9`
- `plugin`: we do not support plugins
## Broken
- `logger_cmd_error`: not sure why broken...

View file

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