mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-29 17:38:46 +00:00
Small fixes to get a test working
This commit is contained in:
parent
0e00fc9824
commit
3190771892
2 changed files with 2 additions and 7 deletions
|
@ -9,7 +9,3 @@
|
||||||
- `check4`: we handle logic loops differently
|
- `check4`: we handle logic loops differently
|
||||||
- `ice40_mince_abc9`: we do not support `abc9`
|
- `ice40_mince_abc9`: we do not support `abc9`
|
||||||
- `plugin`: we do not support plugins
|
- `plugin`: we do not support plugins
|
||||||
|
|
||||||
## Broken
|
|
||||||
|
|
||||||
- `logger_cmd_error`: not sure why broken...
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
trap 'echo "ERROR in logger_cmd_error.sh" >&2; exit 1' ERR
|
trap 'echo "ERROR in logger_cmd_error.sh" >&2; exit 1' ERR
|
||||||
|
|
||||||
(../../yosys -v 3 -C <<EOF
|
(../../yosys -v 3 -p '
|
||||||
yosys -import
|
|
||||||
hierarchy -top nonexistent
|
hierarchy -top nonexistent
|
||||||
EOF
|
'
|
||||||
) 2>&1 | grep -F "ERROR: Module \`nonexistent' not found!" > /dev/null
|
) 2>&1 | grep -F "ERROR: Module \`nonexistent' not found!" > /dev/null
|
Loading…
Add table
Add a link
Reference in a new issue