Skip to content

Commit

Permalink
Small fixes to get a test working
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Nov 17, 2024
1 parent 0e00fc9 commit 3190771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions tests/various/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3190771

Please sign in to comment.